13 lines
55 B
C++
13 lines
55 B
C++
|
|
|
|
/*
|
|
|
|
|
|
extern int data;
|
|
|
|
void foo2()
|
|
{
|
|
data=2;
|
|
}
|
|
|
|
*/ |