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