shithub: mc

ref: 1fc981b2ef099974206af6ad0242c38ccdffb02e
dir: /test/sizeof.myr/

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