FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / inline2.C
blob7dea476d373e1c7ca76fe7f62af5e4bcee406a2f
1 // Bug: the lang-specific bits of the decl for g aren't being copied when
2 // inlining.
3 // Special g++ Options: -O
4 // Build don't link:
6 inline void f () {
7   void g ();
10 void h() {
11   f();                          // causes compiler segfault -