brintos

brintos / llvm-project-archived public Read only

0
0
Text · 93 B · 63cd595 Raw
7 lines · plain
1export module bar;2import Templ;3export template<class T>4int bar() {5    return G<T>()();6}7