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