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