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