summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr22393-3b.c
blob: 3033809b02d0a6e6f5e79cb6676adee4bd3e7b23 (plain)
1
2
3
4
5
6
7
void test(void);

int main()
{
  test();
  return 0;
}