cling/test/Autoloading/FakeFwd.h

3 lines
59 B
C++

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