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