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