toaruos/loader/test.c
2011-03-17 21:45:26 -05:00

4 lines
32 B
C

void test(int * i) {
*i = 5;
}