15 lines
91 B
C
15 lines
91 B
C
![]() |
#include <stdio.h>
|
||
|
|
||
|
void foo()
|
||
|
{
|
||
|
int a;
|
||
|
int a;
|
||
|
}
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
int a;
|
||
|
|
||
|
return 0;
|
||
|
}
|