1#ifndef TEST_H // comment 1
2#define TEST_H
3namespace a {
4class Foo {
5public:
6 int f();
7 int f2(int a, int b);
8};
9} // namespace a
10#endif // TEST_H
11

source code of clang-tools-extra/test/clang-move/Inputs/test.h