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