Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / crash11.C
blob1883e175a6a294a83a6159524f0f860e7384b793
1 // { dg-do assemble  }
2 // Bug: g++ crashes on this input.
4 struct A {
5   const char *p;
6 };
7 const char foo[] = "bar";
8 const A a = { foo };
9 extern const A* ap = &a; //{ dg-warning "'ap' initialized and declared 'extern'" }