shithub: mc

ref: 5ca25b7878e0ae8e5843d46e650e3cd487f37080
dir: /test/sizeof.myr/

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