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