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

4 lines
60 B
C++

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