shithub: mc

ref: 34266f6c2a32738635087821af26dd1e4f58217d
dir: /test/sizeof.myr/

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