shithub: mc

ref: 5729c9940095be2916feb43b478559082744ba5c
dir: /test/sizeof.myr/

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