summaryrefslogtreecommitdiffstats
path: root/test cases/failing/10 out of bounds/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/failing/10 out of bounds/meson.build')
-rw-r--r--test cases/failing/10 out of bounds/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/failing/10 out of bounds/meson.build b/test cases/failing/10 out of bounds/meson.build
new file mode 100644
index 0000000..6917f7a
--- /dev/null
+++ b/test cases/failing/10 out of bounds/meson.build
@@ -0,0 +1,4 @@
+project('out of bounds')
+
+x = []
+y = x[0]