summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/gotpcrel1b.c
blob: cf0c78e222a4e6eeae216e9db856055983ec616b (plain)
1
2
3
4
5
6
7
#include <stdio.h>

void
foo (void)
{
  printf ("%s\n", __FUNCTION__);
}