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