summaryrefslogtreecommitdiff
path: root/test cases/rust/12 bindgen/src/global-project.h
blob: 6084e8ed6b0b5c2087d6b17632399d949ced8b35 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GLOBAL_ARG
char * success(void);
#endif
#ifndef PROJECT_ARG
char * success(void);
#endif
#ifndef CMD_ARG
char * success(void);
#endif
int success(void);