diff options
Diffstat (limited to 'test/Parser/CompoundStmtScope.c')
| -rw-r--r-- | test/Parser/CompoundStmtScope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/CompoundStmtScope.c b/test/Parser/CompoundStmtScope.c index 6a404aa3a2c68..90e3d24a32f5c 100644 --- a/test/Parser/CompoundStmtScope.c +++ b/test/Parser/CompoundStmtScope.c @@ -1,6 +1,6 @@ // RUN: clang-cc -fsyntax-only -verify %s -int foo() { +void foo() { { typedef float X; } |
