shithub: mc

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

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