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