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