blob: 096a463b3a47d449cd1677aa376fa49d39b03ac3 [file] [log] [blame]
extern int call_through_indirect(int);
int
fake_call_through_reexport(int value)
{
return value + 10;
}