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