xref: /openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/include/clean-one.h (revision 58fbf5d6aa35e3d66f2c32c61d2f38824a990e85)
1 #ifndef CLEAN_ONE_H
2 #define CLEAN_ONE_H
3 
4 int do_nothing_loop();
5 
6 #endif
7