summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/no-category-class.m
blob: 34bf603da57d56a8347af7073bfb276c1eab83b3 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-cc -triple x86_64-unknown-unknown -emit-llvm -o %t %s

@interface NSObject
@end

@implementation NSObject(IBXLIFFIntegration)
@end

OpenPOWER on IntegriCloud