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