nitcc:: when removing a reduction in S/R, notify the token to not generate the reduce...
[nit.git] / tests / test_extern_nit.c
1 #include "test_extern_nit.h"
2
3 long int foo(void *s) { return 10; }
4 long int bar(void *s, long int i) { return i*2; }
5 void *baz(void *s, void *a) { return a; }