bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-move/Inputs/test.cpp

12 lines
144 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
#include "test.h"
#include "test2.h"
namespace a {
int Foo::f() {
return 0;
}
int Foo::f2(int a, int b) {
return a + b;
}
} // namespace a