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