2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / static12.C
blob7c3948947f0c127b1498fd35330e5f3a993586b2
1 // { dg-do assemble  }
2 // Origin: Jason Merrill <jason@redhat.com>
4 int main ()
6   static const int n = 10;
7   static const int *p = &n;