[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git] / clang / test / Modules / pr31469.cpp
blob8f7d52285c875c6438c4fdd0151e8f7fe373a155
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -std=c++11 -I%S/Inputs/PR31469 -verify %s
3 // RUN: %clang_cc1 -std=c++11 -I%S/Inputs/PR31469 -fmodules -fmodules-local-submodule-visibility \
4 // RUN: -fimplicit-module-maps -fmodules-cache-path=%t -verify %s
6 #include "textual.h"
7 #include "empty.h"
9 namespace A {
10 template <class _Tp> void f();
13 A::list<int> use;
15 // expected-no-diagnostics