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