diff options
Diffstat (limited to 'test/Modules/pr27513.cpp')
| -rw-r--r-- | test/Modules/pr27513.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/pr27513.cpp b/test/Modules/pr27513.cpp new file mode 100644 index 000000000000..28fbe5bd8255 --- /dev/null +++ b/test/Modules/pr27513.cpp @@ -0,0 +1,7 @@ +// RUN: rm -rf %t +// RUN: %clang_cc1 -std=c++11 -I%S/Inputs/PR27513 -verify %s +// RUN: %clang_cc1 -std=c++11 -fmodules -fmodule-map-file=%S/Inputs/PR27513/module.modulemap -fmodules-cache-path=%t -I%S/Inputs/PR27513 -verify %s + +#include "Inputs/PR27513/a.h" + +//expected-no-diagnostics |
