aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/rfg9.C
blob: abf6335fa97f9ceb4578b7dbf034f586c87e0e7c (plain)
1
2
3
4
5
6
7
8
9
int cond;
int i;
int *ip;

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