From: Douglas Gregor Date: Wed, 4 Feb 2009 19:10:27 +0000 (+0000) Subject: Note the Radar number that corresponds to PR3137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18d76c27176dcb9f4be4eaf7768100075f180f3f;p=clang Note the Radar number that corresponds to PR3137 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63754 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/function.c b/test/Sema/function.c index 494a8b841d..ff78e719bb 100644 --- a/test/Sema/function.c +++ b/test/Sema/function.c @@ -45,7 +45,7 @@ y(y) { return y; } // expected-warning{{parameter 'y' was not declared, defaulti // expected-warning{{type specifier missing, defaults to 'int'}} -// PR3137 +// PR3137, extern int g0_3137(void); void f0_3137() { int g0_3137(void);