shithub: mc

ref: 2e89856cee5ff88161295f3ea0d200f72eb4d31f
dir: /test/sizeof.myr/

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