13 lines
79 B
C
13 lines
79 B
C
extern int xxx;
|
|
|
|
int
|
|
bar (void)
|
|
{
|
|
return xxx;
|
|
}
|
|
|
|
int
|
|
main ()
|
|
{
|
|
return 0;
|
|
}
|