blob: 63cd595a642dc4669bcf3f4d5ea891f95ba7119d [file] [log] [blame]
export module bar;
import Templ;
export template<class T>
int bar() {
return G<T>()();
}