diff options
Diffstat (limited to 'clang/test/PCH/Inputs/typo.h')
-rw-r--r-- | clang/test/PCH/Inputs/typo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/PCH/Inputs/typo.h b/clang/test/PCH/Inputs/typo.h new file mode 100644 index 0000000..63b553b --- /dev/null +++ b/clang/test/PCH/Inputs/typo.h @@ -0,0 +1,6 @@ + + +@interface NSString ++ (id)alloc; +@end + |