shithub: mc

ref: 6950e5fccf4ebe1da730493bca2284e092b43e90
dir: /test/sizeof.myr/

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