diff options
Diffstat (limited to 'test/Import/template/test.cpp')
-rw-r--r-- | test/Import/template/test.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Import/template/test.cpp b/test/Import/template/test.cpp new file mode 100644 index 0000000000000..89cbda8b92fb2 --- /dev/null +++ b/test/Import/template/test.cpp @@ -0,0 +1,4 @@ +// RUN: clang-import-test -import %S/Inputs/T.cpp -expression %s +void expr() { + A<int>::B b; +} |