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