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