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
index 9ac52f1..67b7fc8 100644 (file)
@@ -1,3 +1,4 @@
-int foo(int);
-int bar(int, int);
-int baz(int, int);
+
+long int foo(void *);
+long int bar(void *, long int);
+void *baz(void *, void *);