shithub: mc

ref: 97b728231b9a8be789e1c12595a7a72878ad145c
dir: /test/sizeof.myr/

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