shithub: mc

ref: 72ad21bc126ddcf29780bba789a3fbc7d8d34ff8
dir: /test/sizeof.myr/

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