shithub: mc

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

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