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