summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.hp/gdb.defects/solib-d2.c
blob: 024616baf28c9e994633dfe1b057e70751bd2c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
int global_from_secondary = 9012;
int function_from_secondary()
{
    static int local_static = 3456;
    return 0;
}

garbage()
{
	return 0;
}