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