Merged revisions 143552,143554,143557,143560,143562,143564-143567,143570-143573,14357...
[official-gcc.git] / contrib / reghunt / examples / 29478.c
blob0490f4d9dc20eab34ee0bfe758f36935f1106efc
1 struct block;
3 static int
4 remove_out_of_scope_renamings (struct block *current_block)
6 return 1;
8 int
9 ada_lookup_symbol_list (const struct block *block0)
11 return remove_out_of_scope_renamings ((struct block *) block0);