shithub: mc

ref: 599feae2daa1392f20e1dc807c58bcd74c20b45e
dir: /test/sizeof.myr/

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