summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-move/Inputs/test.h
blob: 8006c3478dad4d81212467ae831ca0d0d89f3594 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TEST_H // comment 1
#define TEST_H
namespace a {
class Foo {
public:
  int f();
  int f2(int a, int b);
};
} // namespace a
#endif // TEST_H
OpenPOWER on IntegriCloud