]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.other/decl1.C
spec4.C: Remove stray semicolon.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.other / decl1.C
1 // Build don't link:
2 // Based on a test case by Phil Blecker <tmwg@inxservices.com>
3
4 // excess errors test - XFAIL *-*-*
5
6 int foo(int);
7 int bar() {
8 int baz(int(foo(0)));
9 int foo = baz;
10 }
This page took 0.177328 seconds and 5 git commands to generate.