commit | 7131efac8bde4971fe418660365c7693b03e9ad3 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Wed Jul 22 00:43:08 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Wed Jul 22 00:43:08 2009 +0000 |
tree | 38190e8ec425fd224704ed136bc0dc26470f3af0 | |
parent | 01e249d790c57e1646f63bad466075a623e02f1b [diff] [blame] |
Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76709 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/implicit-int.c b/test/Sema/implicit-int.c index 04b27a8..9eab953 100644 --- a/test/Sema/implicit-int.c +++ b/test/Sema/implicit-int.c
@@ -1,6 +1,7 @@ // RUN: clang-cc -fsyntax-only %s -verify -pedantic foo() { // expected-warning {{type specifier missing, defaults to 'int'}} + return 0; } y; // expected-warning {{type specifier missing, defaults to 'int'}}