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