shithub: mc

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

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