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