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