shithub: mc

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

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