summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elfvers/vers24b.c
blob: 8a18b3aab6b83ce075aeaca14b6864ae242449f2 (plain)
1
2
3
4
5
extern int x;
void foo (void)
{
  x = 24;
}