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