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