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