ref: 2a9a9eba576c0932b7828fda9995a2335e789b2f dir: /test/sizeof.myr/
use std /* checks that sizeof() works. exits with 4. */ const main = { std.exit(sizeof(int)) }