shithub: mc

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

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