Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.dg
/
debug
/
dwarf2
/
pr97060.c
blob: c07b9046d9af6fa376376e06399bd069562dd13b [
file
] [
log
] [
blame
]
/* PR debug/97060 */
/* { dg-do compile } */
/* { dg-options "-g -dA" } */
/* { dg-final { scan-assembler-times "DW_AT_declaration" 2 } } */
extern
int
foo
(
unsigned
int
,
unsigned
int
);
int
bar
(
void
)
{
foo
(
1
,
2
);
return
0
;
}