1export module bar;
2import Templ;
3export template<class T>
4int bar() {
5    return G<T>()();
6}
7