Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
debug
/
dwarf2
/
pr78835.C
blob: 0b54639a0e8e88b519ae5df08932264f2cb5dc39 [
file
] [
log
] [
blame
]
/* PR debug/78835 */
/* { dg-do compile } */
/* { dg-options "-gdwarf-4 -O2 -fdebug-types-section" } */
struct
A
{
void
foo
();
};
void
bar
(
A
&
x
)
{
x
.
foo
();
}