mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
7 lines
59 B
C
7 lines
59 B
C
|
struct foo_s
|
||
|
{
|
||
|
int foo;
|
||
|
};
|
||
|
|
||
|
extern void doprintf (void);
|