blob: e88eb78d53e18bf7227f40d6dc3d050a65b87acc [file] [log] [blame]
// { dg-do assemble }
// Bug: g++ crashes on this input.
struct A {
const char *p;
};
const char foo[] = "bar";
const A a = { foo };
extern const A* ap = &a;