shithub: mc

ref: 79b0e2e5efb8d17cefc6924752b97d499f3614e1
dir: /test/sizeof.myr/

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