aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/196 subproject with features/subprojects/disabled_sub/lib/sub.h
blob: f1ab0e19d643e33eb082777cbb95347218649da5 (plain)
1
2
3
4
5
6
#ifndef SUB_H
#define SUB_H

int sub();

#endif