shithub: mc

ref: 8497641e91c1ef7f01222e960c9ac6c60c330424
dir: /test/sizeof.myr/

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