shithub: mc

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

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