summaryrefslogtreecommitdiffstats
path: root/test/Sema/arg-scope-c99.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/arg-scope-c99.c')
-rw-r--r--test/Sema/arg-scope-c99.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Sema/arg-scope-c99.c b/test/Sema/arg-scope-c99.c
new file mode 100644
index 0000000..b5b1c8a
--- /dev/null
+++ b/test/Sema/arg-scope-c99.c
@@ -0,0 +1,2 @@
+// RUN: clang-cc -fsyntax-only -std=c99 -verify %s
+int bb(int sz, int ar[sz][sz]) { }
OpenPOWER on IntegriCloud