shithub: mc

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

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