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