Skip to content

codegen: void main() should exit 0, not leak a garbage exit code #107

codegen: void main() should exit 0, not leak a garbage exit code

codegen: void main() should exit 0, not leak a garbage exit code #107

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun test