summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/no-category-class.m
blob: 0c672f7894a6697db3c318979572915fb7c76cdc (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s

@interface NSObject
@end

@implementation NSObject(IBXLIFFIntegration)
@end