shithub: mc

ref: 65a5ecf2c2105ae46c7862aeb87339287bf08b46
dir: /test/sizeof.myr/

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