No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gdb6 / gdb / testsuite / gdb.hp / gdb.defects / solib-d1.c
blobb6da64d21d21998e88692d3f5e6a85a1178ed375
1 static int file_static = 1234;
2 int global_from_primary = 5678;
4 int function_from_primary()
6 garbage();
9 force_generation_of_export_stub()
11 _start(); /* force main module to have an export stub for _start() */