reexport.c 107 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 extern int call_through_indirect(int); int fake_call_through_reexport(int value) { return value + 10; }