OSDN Git Service

* g++.old-deja/g++.other/thunk1.C: New test.
[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 }