shithub: mc

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

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