]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.other/crash8.C
spec4.C: Remove stray semicolon.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash8.C
1 // Build don't link:
2 // Origin: Jason Merrill <jason@cygnus.com>
3
4 int main()
5 {
6 void f();
7 class A {
8 friend void f();
9 };
10 }
This page took 0.035218 seconds and 5 git commands to generate.