shithub: mc

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

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