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