diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-11 17:26:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-11 17:26:58 +0000 |
commit | 73f35e60966855da052e61d8ee141b879351ffcb (patch) | |
tree | 8c4812f6035045fe926cef094fc737a7ed1d9abe /test/Sema/warn-missing-prototypes.c | |
parent | a634fae2535c629d62b2ea99a64bc9841871d9dd (diff) |
add radar number
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68864 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/warn-missing-prototypes.c')
-rw-r--r-- | test/Sema/warn-missing-prototypes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/warn-missing-prototypes.c b/test/Sema/warn-missing-prototypes.c index 960bb03255..299d8a7265 100644 --- a/test/Sema/warn-missing-prototypes.c +++ b/test/Sema/warn-missing-prototypes.c @@ -33,4 +33,5 @@ int f2(); int f2(int x) { return x; } +// rdar://6759522 int main(void) { return 0; } |