PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030331-2.c
blob5dc164fc4fe2d930a0af3ee46da0b23b1e9fb489
1 // { dg-options "" }
2 /* { dg-require-effective-target alloca } */
4 extern int printf (const char *, ...);
6 int foo() {
7 int yd;
8 float in[1][yd];
10 void bar() {
11 printf("%p\n",in[0]);