xref
: /
third_party
/
libabigail
/
tests
/
data
/
test-read-dwarf
/
PR28584
/
PR28584-smv.cc
(revision e01aa904)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libabigail/tests/data/test-read-dwarf/PR28584/
1
namespace
N {
2
struct
S {
static
int
D; };
3
int
S::D =
17
;
4
}
5