diff options
Diffstat (limited to 'test/Preprocessor/framework-include.m')
-rw-r--r-- | test/Preprocessor/framework-include.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Preprocessor/framework-include.m b/test/Preprocessor/framework-include.m new file mode 100644 index 0000000..7e50f18 --- /dev/null +++ b/test/Preprocessor/framework-include.m @@ -0,0 +1,5 @@ +// RUN: %clang -E -F%S %s 2>&1 | grep "published framework headers should always #import headers within the framework with framework paths" + +// rdar://7520940 +#include <foo/foo.h> + |