shithub: mc

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

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