aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20030331-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/20030331-2.c')
-rw-r--r--gcc/testsuite/gcc.dg/20030331-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20030331-2.c b/gcc/testsuite/gcc.dg/20030331-2.c
index 0509d8a..2fce78e 100644
--- a/gcc/testsuite/gcc.dg/20030331-2.c
+++ b/gcc/testsuite/gcc.dg/20030331-2.c
@@ -6,7 +6,7 @@ int foo() {
int yd;
float in[1][yd];
- static void bar() {
+ void bar() {
printf("%p\n",in[0]);
}
}