[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / clang-tools-extra / test / clang-move / Inputs / test.h
blob8006c3478dad4d81212467ae831ca0d0d89f3594
1 #ifndef TEST_H // comment 1
2 #define TEST_H
3 namespace a {
4 class Foo {
5 public:
6 int f();
7 int f2(int a, int b);
8 };
9 } // namespace a
10 #endif // TEST_H