1 /* { dg-do compile } */
2 /* { dg-options "-Wno-shadow" } */
3
4 void func() {
5 int i;
6 {
7 int i; /* should not warn */
8 }
9 }
1 /* { dg-do compile } */
2 /* { dg-options "-Wno-shadow" } */
3
4 void func() {
5 int i;
6 {
7 int i; /* should not warn */
8 }
9 }