shithub: mc

ref: 6b45f935bd240eb066fe4edd49b8cd0853bc5dd9
dir: /test/sizeof.myr/

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