blob: 33d910b3c005ad28e96462711ac266846999618f [file] [log] [blame]
/* Copyright 2003 Free Software Foundation. */
/* { dg-do compile } */
/* { dg-options "-save-temps" } */
/* Make sure we report errors in the right line, even if separate
preprocessing is used. */
#define FOO()
int FOO(
), bar; /* { dg-error "parse error|syntax error|expected" "error on this line" } */
int baz FOO /* { dg-error "parse error|syntax error|expected" "error on this line" } */
;
/* { dg-final { cleanup-saved-temps } } */