Sign in
gnu
/
gcc
/
refs/tags/releases/gcc-8.1.0
/
.
/
contrib
/
reghunt
/
examples
/
29478.c
blob: 0490f4d9dc20eab34ee0bfe758f36935f1106efc [
file
] [
log
] [
blame
]
struct
block
;
static
int
remove_out_of_scope_renamings
(
struct
block
*
current_block
)
{
return
1
;
}
int
ada_lookup_symbol_list
(
const
struct
block
*
block0
)
{
return
remove_out_of_scope_renamings
((
struct
block
*)
block0
);
}