llvm-6502/test/FrontendObjC/2007-10-03-MetadataPointers.mm
Dale Johannesen e115ca544c Suppress ObjC FE warnings, which cause the test to fail.
Warnings are legitimate.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52187 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-10 18:00:45 +00:00

8 lines
130 B
Plaintext

// RUN: %llvmgcc -w -x objective-c++ -c %s -o /dev/null
@class NSImage;
void bork() {
NSImage *nsimage;
[nsimage release];
}