shithub: mc

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

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