Home | History | Annotate | Download | only in Helpers
      1 void *bar(void *input);
      2 void *glob2 = bar((void*)0x2345);
      3