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