nitcc: detect S/R even if R/R conflict as a solution is to shift in case of S/R/R
[nit.git] / tests / test_extern_nit.h
1
2 long int foo(void *);
3 long int bar(void *, long int);
4 void *baz(void *, void *);