xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
using-decl-redecl
/
a.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
string
{};
2
const
int
n
= 0;
3
namespace
N
{
typedef
::
string
clstring
;
using
::
n
; }
4