shithub: mc

ref: 8cd117e55ac16cda7d40738cbd48fc8f92066da4
dir: /test/sizeof.myr/

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