FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / inline18.C
blob263fd0eb11657a1b16ada003d6f91925b63b4fd3
1 // Build don't link:
2 // Origin: Jakub Jelinek <jakub@redhat.com>
3 // Special g++ Options: -O3
5 static void foo (int a)
7   a = a;
10 static void bar (void)
12   foo (-1);