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