shithub: mc

ref: 7ef538ccbcd502a6fe960509c26bca568d94c6a7
dir: /test/sizeof.myr/

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