* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / inline1.C
blobea028d845243de00ed0522b14811d8f25c938b6e
1 // { dg-do assemble  }
2 // { dg-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> ();