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