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