mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 08:46:37 +00:00
new old testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79f03d350e
commit
dd408e12d6
14
test/C++Frontend/2003-08-27-TypeNamespaces.cpp
Normal file
14
test/C++Frontend/2003-08-27-TypeNamespaces.cpp
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
namespace foo {
|
||||||
|
namespace bar {
|
||||||
|
struct X { X(); };
|
||||||
|
|
||||||
|
X::X() {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
namespace {
|
||||||
|
struct Y { Y(); };
|
||||||
|
Y::Y() {}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user