xref: /netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/29478.c (revision b1bb3099bf4d47bbe8c7be5b78240a535263771f)
1 struct block;
2 
3 static int
4 remove_out_of_scope_renamings (struct block *current_block)
5 {
6   return 1;
7 }
8 int
9 ada_lookup_symbol_list (const struct block *block0)
10 {
11   return remove_out_of_scope_renamings ((struct block *) block0);
12 }
13