mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 07:13:40 +08:00
11 lines
87 B
C
11 lines
87 B
C
|
#include "dwarf1.h"
|
||
|
|
||
|
struct foo_s foo;
|
||
|
|
||
|
int
|
||
|
main (void)
|
||
|
{
|
||
|
doprintf ();
|
||
|
return 0;
|
||
|
}
|