1#include "test.h"
2#include "test2.h"
3
4namespace a {
5int Foo::f() {
6 return 0;
7}
8int Foo::f2(int a, int b) {
9 return a + b;
10}
11} // namespace a
12

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