shithub: mc

ref: 197018681ecff082c348b5954a69a18e12bcbd50
dir: /test/sizeof.myr/

View raw version
use std
/* checks that sizeof() works. exits with 4. */
const main = {
	std.exit(sizeof(int))
}