6 lines
59 B
C++
6 lines
59 B
C++
|
namespace foo {
|
||
|
int aglobal = 0;
|
||
|
}
|
||
|
|
||
|
int main() {return 0;}
|