shithub: mc

ref: 0ed042f0cfb35372cada674f8a5e878b0768a8f0
dir: /test/sizeof.myr/

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