shithub: mc

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

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