shithub: mc

ref: 447e1f5a61eda13456c3fc9c562cd70012ab16d7
dir: /test/sizeof.myr/

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