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