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