xref: /aosp_15_r20/external/clang/tools/scan-build-py/tests/functional/src/include/clean-one.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 #ifndef CLEAN_ONE_H
2 #define CLEAN_ONE_H
3 
4 int do_nothing_loop();
5 
6 #endif
7