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