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

@interface NSObject
@end

@implementation NSObject(IBXLIFFIntegration)
@end