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