shithub: mc

ref: 38941f5eadd5e3606776d3c0004b997fb53ba399
dir: /test/sizeof.myr/

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