blob: 810f803b6e86423790e82266aeb6848c55b4f7c7 [file] [log] [blame]
void f();
inline int g() { return 0; }
template<typename T>
void h(T t) {}
template<>
void h(int t) {}
class A {
public:
void f();
};