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