s/k/i/
authorJason Merrill <jason@gcc.gnu.org>
Tue, 6 Feb 2001 09:51:30 +0000 (04:51 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 6 Feb 2001 09:51:30 +0000 (04:51 -0500)
From-SVN: r39487

gcc/testsuite/g++.old-deja/g++.other/comdat1-aux.cc

index 4f5a73ca3a0967b94ad1f2b9bcb0bbdc211e3a34..34eb88ff822e94fda835688bbaa6ee2e64bcfb70 100644 (file)
@@ -1,7 +1,7 @@
 inline int f ()
 {
-  static int k;
-  return ++k;
+  static int i;
+  return ++i;
 }
 
 int g ()