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