brintos

brintos / llvm-project-archived public Read only

0
0
Text · 107 B · 096a463 Raw
8 lines · c
1extern int call_through_indirect(int);2 3int4fake_call_through_reexport(int value)5{6  return value + 10;7}8