repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[SystemZ] Support builtin_{frame,return}_address() with non-zero argument (#69405)
[llvm-project.git]
/
llvm
/
test
/
DebugInfo
/
Inputs
/
accel-imported-declaration.cpp
blob
76a8decbebc2136115358894f2e35b7e3a904d63
1
// Compiled on MacOS using:
2
// clang++ -c -std=c++2a -gdwarf-4 -O0 -o accel-imported-declaration.macho-arm64.o
3
4
namespace
A
{
5
namespace
B
{
6
namespace
C
{
7
int
a
= -
1
;
8
}
// namespace C
9
}
// namespace B
10
11
namespace
C
=
B
::
C
;
12
13
using namespace
B
::
C
;
14
using
B
::
C
::
a
;
15
}
// namespace A