shithub: mc

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

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