mirror of
https://github.com/rizsotto/scan-build.git
synced 2025-12-21 12:19:29 +01:00
7 lines
72 B
C
7 lines
72 B
C
#ifndef CLEAN_ONE_H
|
|
#define CLEAN_ONE_H
|
|
|
|
int do_nothing_loop();
|
|
|
|
#endif
|