shithub: mc

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

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