summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/CompoundStmtScope.c
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-07-22 00:43:08 +0000
committerMike Stump <mrs@apple.com>2009-07-22 00:43:08 +0000
commit753d1209753c9d29f845beb08beb09ef2f94eeb4 (patch)
tree554760f783d2cc70614623df12a606c0a3ca294f /clang/test/Parser/CompoundStmtScope.c
parent891436d54c94798ca1fa07deddd58e2929b9041d (diff)
downloadbcm5719-llvm-753d1209753c9d29f845beb08beb09ef2f94eeb4.tar.gz
bcm5719-llvm-753d1209753c9d29f845beb08beb09ef2f94eeb4.zip
Prep for new warning.
llvm-svn: 76709
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