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