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