mm: changes to_s of signatures to include param names and corrects tests
[nit.git] / tests / test_extern_nit.h
1 long int foo(long int);
2 long int bar(long int, long int);
3 long int baz(long int, long int);