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