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