shithub: mc

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

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