aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/dl4xxx.c
blob: 8180eb141292f16d3993ccdf260839f381df0536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>

void
xxx1 (void)
{
  printf ("DSO1\n");
}

void
xxx2 (void)
{
  printf ("DSO2\n");
}