llvm-project/clang/tools/scan-build-py/tests/functional/src/include/clean-one.h

7 lines
72 B
C

#ifndef CLEAN_ONE_H
#define CLEAN_ONE_H
int do_nothing_loop();
#endif