summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/CompoundStmtScope.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/CompoundStmtScope.c')
-rw-r--r--clang/test/Parser/CompoundStmtScope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/CompoundStmtScope.c b/clang/test/Parser/CompoundStmtScope.c
index 6a404aa3a2c..90e3d24a32f 100644
--- a/clang/test/Parser/CompoundStmtScope.c
+++ b/clang/test/Parser/CompoundStmtScope.c
@@ -1,6 +1,6 @@
// RUN: clang-cc -fsyntax-only -verify %s
-int foo() {
+void foo() {
{
typedef float X;
}
OpenPOWER on IntegriCloud