shithub: mc

ref: 71bba431594a726d16fe726a71c7c2e7ab6a04d1
dir: /test/sizeof.myr/

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