diff options
Diffstat (limited to 'clang/test/Modules/cxx-templates.cpp')
| -rw-r--r-- | clang/test/Modules/cxx-templates.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/cxx-templates.cpp b/clang/test/Modules/cxx-templates.cpp index bb8ba034be1..79052dd34bb 100644 --- a/clang/test/Modules/cxx-templates.cpp +++ b/clang/test/Modules/cxx-templates.cpp @@ -51,6 +51,9 @@ void g() { // 'common'. That type is not visible here. PerformDelayedLookup(defined_in_common); + // Likewise, but via a default argument. + PerformDelayedLookupInDefaultArgument(defined_in_common); + // Trigger the instantiation of a template in 'b' that uses a type defined in // 'b_impl'. That type is not visible here. UseDefinedInBImpl<int>(); |

