cling/test/Autoloading/Def2a.h
2016-11-14 03:14:37 +01:00

6 lines
79 B
C++

#ifndef DEF2_A
#define DEF2_A
template<class T, class U=int>
class A{};
#endif