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