Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
inline1.C
blob: 97082aa73770c765dc08dee32b3605a586593063 [
file
] [
log
] [
blame
]
struct
S
{
S
()
{}
virtual
void
g
()
{}
};
// { dg-final { scan-assembler-not "_ZTV1S" } }