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