6 lines
73 B
C++
6 lines
73 B
C++
|
namespace NS {
|
||
|
void f1();
|
||
|
void f2();
|
||
|
const int A = 3;
|
||
|
}; // namespace NS
|