aboutsummaryrefslogtreecommitdiffstats
path: root/prog/test/fuzz_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/test/fuzz_test.go')
-rw-r--r--prog/test/fuzz_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/prog/test/fuzz_test.go b/prog/test/fuzz_test.go
index f01905ea3..2d063c469 100644
--- a/prog/test/fuzz_test.go
+++ b/prog/test/fuzz_test.go
@@ -30,6 +30,9 @@ test$res2()
test$res2()
test$res2()
`,
+ `r=test$res0()
+test$recur2(&(293324893027559)={r})
+`,
} {
t.Logf("test #%v: %q", i, data)
inp := []byte(data)[:len(data):len(data)]