summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noncompile/pr81289.c
blob: dd211466718f6f05519e0e26c89032a8e3fd46bd (plain)
1
2
3
4
5
6
7
8
/* PR c/81289 */
/* { dg-do compile } */

int
fn (int mm)
{
  mm == *&&
} /* { dg-error "expected identifier" } */