Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenObjC / no-category-class.m
blob0c672f7894a6697db3c318979572915fb7c76cdc
1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
3 @interface NSObject
4 @end
6 @implementation NSObject(IBXLIFFIntegration)
7 @end