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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/arg-scope-c99.c b/test/Sema/arg-scope-c99.c
index 912776a..9b2811c 100644
--- a/test/Sema/arg-scope-c99.c
+++ b/test/Sema/arg-scope-c99.c
@@ -1,2 +1,3 @@
// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify %s
+// expected-no-diagnostics
void bb(int sz, int ar[sz][sz]) { }
OpenPOWER on IntegriCloud