OSDN Git Service

2004-08-30 Geoffrey Keating <geoffk@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20030331-2.c
index 0509d8a..2fce78e 100644 (file)
@@ -6,7 +6,7 @@ int foo() {
   int yd;
   float in[1][yd];
  
-  static void bar() {
+  void bar() {
     printf("%p\n",in[0]);
   }
 }