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