shithub: mc

ref: 9820aa94426cb91ca7dc70f9dcfcdbb56445b797
dir: /test/sizeof.myr/

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