mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 11:20:10 +00:00
8 lines
58 B
C
8 lines
58 B
C
|
extern int test (void);
|
||
|
|
||
|
int
|
||
|
main()
|
||
|
{
|
||
|
return test ();
|
||
|
}
|