Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / module-transtive-instantiation / bar.cppm
blob63cd595a642dc4669bcf3f4d5ea891f95ba7119d
1 export module bar;
2 import Templ;
3 export template<class T>
4 int bar() {
5     return G<T>()();