shithub: mc

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

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