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