diff options
Diffstat (limited to 'test/Index/pch-with-errors.m')
-rw-r--r-- | test/Index/pch-with-errors.m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Index/pch-with-errors.m b/test/Index/pch-with-errors.m index cc42cd3..397f8e8 100644 --- a/test/Index/pch-with-errors.m +++ b/test/Index/pch-with-errors.m @@ -9,6 +9,12 @@ -(void)meth; @end +struct FFF1 +extern I2 *somevar1; + +enum FFF2 +extern I2 *somevar2; + #else void foo(I2 *i) { |