shithub: mc

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

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