shithub: mc

ref: 18bcc12f58930608f28dd3854f408941d39cc01a
dir: /test/sizeof.myr/

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