summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/arg-scope-c99.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/arg-scope-c99.c')
-rw-r--r--clang/test/Sema/arg-scope-c99.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/arg-scope-c99.c b/clang/test/Sema/arg-scope-c99.c
index 912776ab8ff..9b2811ccc75 100644
--- a/clang/test/Sema/arg-scope-c99.c
+++ b/clang/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