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