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