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