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