shithub: mc

ref: 8c18d29434ba67415085d37e5468979fa67f6dac
dir: /test/sizeof.myr/

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