Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.other / inline18.C
blob70c4cf6e0a4b88099a19d043c4bb09c7b70ce885
1 // { dg-do assemble  }
2 // { dg-options "-O3" }
3 // Origin: Jakub Jelinek <jakub@redhat.com>
5 static void foo (int a)
7   a = a;
10 static void bar (void)
12   foo (-1);