blob: de4713b270da65a0850f39a502bcbde745ee1a98 [file] [log] [blame]
Fariborz Jahaniand7e40f02010-11-30 18:25:34 +00001// RUN: %clang_cc1 %s -fsyntax-only -std=gnu99 -verify
2// rdar://8592641
3Class 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'}}