[C++20] Destroying delete can cause a type to be noexcept when deleting (#118687)
[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