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