8 lines
48 B
C
8 lines
48 B
C
|
extern int xxx;
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
return xxx;
|
||
|
}
|