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