URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [treelang/] [compile/] [mismatch.tree] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
static int bar ();
static void barf ();
bar {
barf (1); // { dg-error "mismatch" "barf" }
return -12;
}
Go to most recent revision | Compare with Previous | Blame | View Log