diff options
-rw-r--r-- | test/Sema/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, <rdar://problem/6127293> extern int g0_3137(void); void f0_3137() { int g0_3137(void); |