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