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