// this file is part of testcase instantiate5.C template void foo() { } inline int bar() { foo(); return 1; } static int i = bar();