aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/99 subproject subdir/subprojects/sub/lib/sub.h
blob: 2b59a3a3297c60e5e8e00b26642a014f953f5b09 (plain)
1
2
3
4
5
6
#ifndef SUB_H
#define SUB_H

int sub(void);

#endif