Commit 1da5099e by Aldy Hernandez

new file

From-SVN: r139052
parent 2d14501c
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
int foo(int i);
void bar()
{
__complex__ int i;
X j; /* { dg-error "undeclared.*appears.*expected" } */
if (i = foo(j)) /* { dg-error "undeclared" } */
;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment