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