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