shithub: mc

ref: 864bb51df3c903276457c91a292c70f73e621daf
dir: /test/sizeof.myr/

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