Fariborz Jahanian | d7e40f0 | 2010-11-30 18:25:34 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 %s -fsyntax-only -std=gnu99 -verify |
2 | // rdar://8592641 | ||||
3 | Class f0() { return objc_getClass("a"); } // expected-warning {{implicitly declaring C library function 'objc_getClass' with type 'id (const char *)'}} \ | ||||
4 | // expected-note {{please include the header <objc/runtime.h> or explicitly provide a declaration for 'objc_getClass'}} |