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