shithub: mc

ref: 6a4159ecf7e47dbbe155f887ed755a6346ad6eb3
dir: /test/sizeof.myr/

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