Merge pull request #7500 from joshuawarner32/pnc-fuzzing-fixes-2

More fuzzing fixes, some pnc some not
This commit is contained in:
Luke Boswell 2025-01-12 08:45:35 +11:00 committed by GitHub
commit 2331aa1d77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
62 changed files with 1093 additions and 142 deletions

View file

@ -15,7 +15,7 @@ expect
a == b
poly_dbg = \x ->
dbg(x)
dbg x
x
@ -25,11 +25,11 @@ main =
expect words == []
x = 42
dbg(x)
dbg x
dbg("Fjoer en ferdjer frieten oan dyn geve lea")
dbg "Fjoer en ferdjer frieten oan dyn geve lea"
dbg("this is line 24")
dbg "this is line 24"
r = { x: poly_dbg("abc"), y: poly_dbg(10u8), z: poly_dbg(A(B(C))) }