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