shithub: mc

ref: a0172160d6cde82a878dfdcaafec6cd3f950b708
dir: /test/sizeof.myr/

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