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