shithub: mc

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

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