shithub: mc

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

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