shithub: mc

ref: 050c29b20810d6519702f6ee4928c835203caea3
dir: /test/sizeof.myr/

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