1// this file is part of testcase instantiate5.C
2
3template <class T> void foo() { }
4inline int bar() { foo<void>(); return 1; }
5static int i = bar();
6