shithub: mc

ref: 9b864a2bc7fbdae40704708a6893e6f29ad48397
dir: /test/sizeof.myr/

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