shithub: mc

ref: 91a715bcdfdd2c762c700b45591e74f42c4a0626
dir: /test/sizeof.myr/

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