7 lines
93 B
Text
7 lines
93 B
Text
|
export module bar;
|
||
|
import Templ;
|
||
|
export template<class T>
|
||
|
int bar() {
|
||
|
return G<T>()();
|
||
|
}
|