mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
8 lines
85 B
C
8 lines
85 B
C
|
extern void foo (void);
|
||
|
|
||
|
int main (int argc, char *argv[])
|
||
|
{
|
||
|
foo ();
|
||
|
return 0;
|
||
|
}
|