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