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