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