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