1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/FrontendObjC/2007-10-03-MetadataPointers.mm
Dale Johannesen c1d2ca1701 Suppress ObjC FE warnings, which cause the test to fail.
Warnings are legitimate.

llvm-svn: 52187
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];
}