toaruos/loader/test.c

4 lines
32 B
C
Raw Normal View History

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