shithub: mc

ref: 8ec8ea745e4696bc2572f6dec181a27626d5fcba
dir: /test/sizeof.myr/

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