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