summaryrefslogtreecommitdiff
path: root/tests/apis/namespace/nested/src/bar.h
blob: 47d8a7251e334244348c539930e8bc738e0724f8 (plain)
1
2
3
4
5
6
7
8
9
#ifdef __cplusplus
extern "C" {
#endif

int sub(int a, int b);

#ifdef __cplusplus
}
#endif