summaryrefslogtreecommitdiffstats
path: root/test cases/common/18 includedir/include/func.h
blob: 647b72fa2045b3947b79185e7342a4c3202227aa (plain)
1
2
3
4
5
6
#ifndef FUNC_H__
#define FUNC_H__

int func(void);

#endif