shithub: mc

ref: 1f57c415f58c7d9f102714d8ec1385d26b6ec8ed
dir: /test/sizeof.myr/

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