shithub: mc

ref: 6ed494853cfc436672cc3d296f42034ea475dd40
dir: /test/sizeof.myr/

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