shithub: mc

ref: a6fa17ca671112998242b70854f4692e2bd30307
dir: /test/sizeof.myr/

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