OSDN Git Service

PR c++/4222, c++/5995
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / static12.C
1 // Build don't link:
2 // Origin: Jason Merrill <jason@redhat.com>
3
4 int main ()
5 {
6   static const int n = 10;
7   static const int *p = &n;
8 }