shithub: mc

ref: 5131214c8ddbd9a4f3a4b6c9acef575985ff867d
dir: /test/sizeof.myr/

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