Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
aa99c94e2a75e86381bcc45de61c11725a1484d6
/
.
/
llvm
/
test
/
FrontendC++
/
2009-07-16-Using.cpp
blob: 1acadf642122ef9a37a79763522d0b4b68789ad2 [
file
] [
log
] [
blame
]
// RUN: %llvmgxx %s -S
namespace
A
{
typedef
int
B
;
}
struct
B
{
};
using
::
A
::
B
;