shithub: mc

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

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