blob: b2e7f55f0e396c424080f22f8f3654912cbbe9af [file] [log] [blame]
/* PR debug/69518 */
/* { dg-do compile } */
/* { dg-options "-g" } */
struct A a;
typedef struct A B;
struct A {}
foo (B x)
{
__builtin_abort ();
}