shithub: mc

ref: 92dac618202997d1080597b377795f9cbba82742
dir: /test/sizeof.myr/

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