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