FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / inline1.C
blob343cd670373176eaaf680a2166e392765fd37a4a
1 // Build don't link:
2 // Special g++ Options: -O2 -Winline
3 // Origin: Mark Mitchell <mark@codesourcery.com>
5 template <class T>
6 inline void f ()
8   
11 void g ()
13   f<int> ();