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