shithub: mc

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

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