Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
debug
/
dwarf2
/
pr80234-1.C
blob: 85e4434f7b092a7c57eb1c8a6b96694ffe1a9cb1 [
file
] [
log
] [
blame
]
// PR debug/80234
// { dg-do compile { target c++17 } }
// { dg-options "-gdwarf-4" }
struct
S
{
static
constexpr
const
char
n
=
'S'
;
virtual
~
S
();
};
constexpr
const
char
S
::
n
;
S
::~
S
()
{
}