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