(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.pt/
instantiate5.cc
// this file is part of testcase instantiate5.C

template <class T> void foo() { }
inline int bar() { foo<void>(); return 1; }
static int i = bar();