shithub: mc

ref: ab64fa7f418e370e2efa075c11630e33f1f6d231
dir: /test/sizeof.myr/

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