(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.jason/
rfg9.C
// { dg-do assemble  }
int cond;
int i;
int *ip;

void
test ()
{
  cond ? i : ip;	/* { dg-error "" } pointer/integer mismatch */
}