shithub: mc

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

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