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