Some update.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
struct X {
|
||||
int xxxxxxx;
|
||||
namespace XX {
|
||||
namespace YY {
|
||||
int x;
|
||||
};
|
||||
}; // namespace XX
|
||||
|
||||
int y = XX::YY::x;
|
||||
|
||||
Reference in New Issue
Block a user