summaryrefslogtreecommitdiffstats
path: root/test/Sema/arg-scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/arg-scope.c')
-rw-r--r--test/Sema/arg-scope.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/arg-scope.c b/test/Sema/arg-scope.c
index ed92619..3de672b 100644
--- a/test/Sema/arg-scope.c
+++ b/test/Sema/arg-scope.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
+// expected-no-diagnostics
void aa(int b, int x[sizeof b]) {}
void foo(int i, int A[i]) {}
OpenPOWER on IntegriCloud