Reorganize test files.
This commit is contained in:
7
tests/SelectionTree/test.cpp
Normal file
7
tests/SelectionTree/test.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace XX {
|
||||
namespace YY {
|
||||
int x;
|
||||
};
|
||||
}; // namespace XX
|
||||
|
||||
int y = XX::YY::x;
|
||||
Reference in New Issue
Block a user