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