[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / modules-objc-categories.m
blob4d0fd260d4592f85b307950a4f5f7fad83c25417
1 @import category_top;
2 @import category_left;
4 @interface Sub : Foo
5 - (void)left_sub;
6 @end
8 // RUN: rm -rf %t
9 // RUN: c-index-test -test-load-source local -fmodules -fmodules-cache-path=%t %s -I%S/../Modules/Inputs | FileCheck %s
10 // CHECK: modules-objc-categories.m:5:9: ObjCInstanceMethodDecl=left_sub:5:9 [Overrides @2:9]