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