summaryrefslogtreecommitdiff
path: root/tests/local_array.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local_array.c')
-rw-r--r--tests/local_array.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/local_array.c b/tests/local_array.c
new file mode 100644
index 0000000..3d07d04
--- /dev/null
+++ b/tests/local_array.c
@@ -0,0 +1,4 @@
+int lookup_arr(int i) {
+ int arr[3];
+ return arr[i];
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback