Fix type checking for anonymous functions

This commit is contained in:
nub31
2025-06-08 17:26:50 +02:00
parent de071808e6
commit dce5a2b566
7 changed files with 140 additions and 31 deletions

1
run.sh
View File

@@ -1,5 +1,4 @@
#!/bin/bash
set -e
./clean.sh
./build.sh
bash -c './out/program; echo "Process exited with status code $?"'