nitx: really rename the module from ni to nitx
[nit.git] / tests / test_ni_global_not_called_but_referred.nit.c
1 /*
2 Extern implementation of Nit module test_ni_global_not_called_but_referred
3 */
4
5 #include "test_ni_global_not_called_but_referred.nit.h"
6
7 /*
8 C implementation of test_ni_global_not_called_but_referred::A::f
9
10 Imported methods signatures:
11 void B_g( B recv ) for test_ni_global_not_called_but_referred::B::g
12 */
13 void A_f___impl( A recv, B b ) {
14 B_g( b );
15 }