Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
f4452c37d03ab6cdcd2b23cb15b921c0bba591a7
/
.
/
test
/
FrontendC++
/
2009-07-16-Using.cpp
blob: c0e031424acbe87136e7fbebe4e732aab005c8f8 [
file
] [
log
] [
blame
]
// RUN: %llvmgxx %s -S -o /dev/null
namespace
A
{
typedef
int
B
;
}
struct
B
{
};
using
::
A
::
B
;