summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking/f.c
blob: caf249d6013aee406fcc4a3d560c4d948c02cbed (plain)
1
2
3
4
int f(int x)
{
    return x*2;
}