shithub: mc

ref: 718107741aaeebbdce0391d6080ada98428c2c86
dir: /test/sizeof.myr/

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