summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.hp/gdb.defects/solib-d1.c
blob: b6da64d21d21998e88692d3f5e6a85a1178ed375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
static int file_static = 1234;
int global_from_primary = 5678;

int function_from_primary()
{
    garbage();	
}

force_generation_of_export_stub()
{
    _start();   /* force main module to have an export stub for _start() */
}