4 lines
74 B
C++
4 lines
74 B
C++
#include "a.h"
|
|
namespace N { using ::N::clstring; }
|
|
extern N::clstring b;
|
#include "a.h"
|
|
namespace N { using ::N::clstring; }
|
|
extern N::clstring b;
|