]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.other/inline6.C
spec4.C: Remove stray semicolon.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.other / inline6.C
1 // Build don't link:
2 // Special g++ Options: -O2
3 // Origin: Mark Mitchell <mark@codesourcery.com>
4
5 struct S
6 {
7 };
8
9 void f (S s = S ());
10
11 inline void g ()
12 {
13 f ();
14 }
15
16 void h ()
17 {
18 g ();
19 }
This page took 0.0378 seconds and 5 git commands to generate.