aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzzing/bc_inputs1/asciify_array.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzzing/bc_inputs1/asciify_array.txt')
-rw-r--r--tests/fuzzing/bc_inputs1/asciify_array.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/fuzzing/bc_inputs1/asciify_array.txt b/tests/fuzzing/bc_inputs1/asciify_array.txt
new file mode 100644
index 00000000..4efae1d1
--- /dev/null
+++ b/tests/fuzzing/bc_inputs1/asciify_array.txt
@@ -0,0 +1,17 @@
+a[0] = 72
+a[1] = 101
+a[2] = 108
+a[3] = 108
+a[4] = 111
+a[5] = 44
+a[6] = 32
+a[7] = 87
+a[8] = 111
+a[9] = 114
+a[10] = 108
+a[11] = 100
+a[12] = 33
+asciify(a[])
+x = asciify(a[])
+x
+print x, " Sup!\n"