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