diff options
Diffstat (limited to 'test/Modules/pr21687.cpp')
-rw-r--r-- | test/Modules/pr21687.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/pr21687.cpp b/test/Modules/pr21687.cpp new file mode 100644 index 000000000000..ad67489541d8 --- /dev/null +++ b/test/Modules/pr21687.cpp @@ -0,0 +1,3 @@ +// RUN: rm -rf %t +// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/PR21687 -emit-llvm-only %s +#include "c.h" |