aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/simple.c
blob: 4ce3e8f51133ea73f065047a6bec72131a461841 (plain)
1
2
3
4
5
int
foo (int x)
{
  return x * 4;
}