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