diff options
Diffstat (limited to 'clang/test/Modules/Inputs/lookup_right.h')
-rw-r--r-- | clang/test/Modules/Inputs/lookup_right.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/lookup_right.h b/clang/test/Modules/Inputs/lookup_right.h new file mode 100644 index 0000000..f8f0c97 --- /dev/null +++ b/clang/test/Modules/Inputs/lookup_right.h @@ -0,0 +1,5 @@ + +@interface B +- (double)method; +@end + |