aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.test-framework/dg-warning-exp-F.c
blob: e83c0b27287c330c60b97a15f78d126ba07c508d (plain)
1
2
3
4
5
6
7
8
9
10
/* Test the tester; previously part of gcc.misc-tests/dg-9.c.  */
/* { dg-prms-id 42 } */
/* { dg-options "-Wall" } */

int main (int argc, char *argv[])
{
  +;  /* { dg-warning "expected expression" "error test" } */
  return 0;
}