mirror of https://gitee.com/openkylin/glibc.git
8 lines
63 B
C
8 lines
63 B
C
![]() |
extern int test (void);
|
||
|
|
||
|
int
|
||
|
main (void)
|
||
|
{
|
||
|
return test ();
|
||
|
}
|