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