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