diff options
Diffstat (limited to 'clang-tools-extra/test/clang-move/Inputs/function_test.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-move/Inputs/function_test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clang-move/Inputs/function_test.cpp b/clang-tools-extra/test/clang-move/Inputs/function_test.cpp new file mode 100644 index 00000000000..5e86f5904a5 --- /dev/null +++ b/clang-tools-extra/test/clang-move/Inputs/function_test.cpp @@ -0,0 +1,5 @@ +#include "function_test.h" + +void f() {} + +void A::f() {} |

