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