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