summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/static6.C
blob: 1705c5ced65cdd16d9ca1df065ae747d9e60a13c (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// Origin: Jason Merrill <jason@cygnus.com>

void f (int i)
{
  static int a[] = { i };
}