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