shithub: mc

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

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