[CGData][GlobalIsel][Legalizer][DAG][MC][AsmParser][X86][AMX] Use `std::move` to...
[llvm-project.git] / clang / tools / scan-build-py / tests / functional / src / include / clean-one.h
blob695dbd04c6583a0cc383f4027776742469e98c08
1 #ifndef CLEAN_ONE_H
2 #define CLEAN_ONE_H
4 int do_nothing_loop();
6 #endif