shithub: mc

ref: 9fac732aba4712fb34231a429c9ce5db921c0564
dir: /test/sizeof.myr/

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