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