shithub: mc

ref: 3dfc4831756350a569d234e3a0b1de7b90bc5705
dir: /test/sizeof.myr/

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