aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/225 link language/c_linkage.h
blob: 1609f47020ecb6c67303818dab8815f1c0c76d37 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __cplusplus
extern "C" {
#endif

int makeInt(void);

#ifdef __cplusplus
}
#endif