summaryrefslogtreecommitdiffstats
path: root/tools/scan-build-py/tests/functional/src/include/clean-one.h
blob: 695dbd04c6583a0cc383f4027776742469e98c08 (plain)
1
2
3
4
5
6
#ifndef CLEAN_ONE_H
#define CLEAN_ONE_H

int do_nothing_loop();

#endif