aboutsummaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/test/Sema/arg-scope-c99.c b/test/Sema/arg-scope-c99.c
index b5b1c8a812c1..1d81410b8d01 100644
--- a/test/Sema/arg-scope-c99.c
+++ b/test/Sema/arg-scope-c99.c
@@ -1,2 +1,2 @@
// RUN: clang-cc -fsyntax-only -std=c99 -verify %s
-int bb(int sz, int ar[sz][sz]) { }
+void bb(int sz, int ar[sz][sz]) { }