summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-move/Inputs/function_test.h
blob: 810f803b6e86423790e82266aeb6848c55b4f7c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
void f();

inline int g() { return 0; }

template<typename T>
void h(T t) {}

template<>
void h(int t) {}

class A {
 public:
  void f();
};
OpenPOWER on IntegriCloud