cling/test/Autoloading/FunctionTemplate.h
2016-09-27 10:29:55 +02:00

4 lines
63 B
C++

namespace test {
template <typename T> void foo(int x=0){}
}