shithub: mc

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

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