llvm-project/clang/test/SemaObjC/builtin_objc_getClass.m

5 lines
354 B
Mathematica
Raw Normal View History

// RUN: %clang_cc1 %s -fsyntax-only -std=gnu99 -verify
// rdar://8592641
Class f0() { return objc_getClass("a"); } // expected-warning {{implicitly declaring C library function 'objc_getClass' with type 'id (const char *)'}} \
// expected-note {{please include the header <objc/runtime.h> or explicitly provide a declaration for 'objc_getClass'}}