diff options
Diffstat (limited to 'contrib/bc/tests/fuzzing/bc_inputs2/pi.txt')
-rw-r--r-- | contrib/bc/tests/fuzzing/bc_inputs2/pi.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/bc/tests/fuzzing/bc_inputs2/pi.txt b/contrib/bc/tests/fuzzing/bc_inputs2/pi.txt new file mode 100644 index 000000000000..775545c873a8 --- /dev/null +++ b/contrib/bc/tests/fuzzing/bc_inputs2/pi.txt @@ -0,0 +1,4 @@ +for (i = 0; i <= 20; ++i) { + scale = i + 4 * a(1) +} |