shithub: mc

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

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