blob: fc86e0f83095497b126282f81b6f659abf8f8a7d [file] [log] [blame]
// this file is part of testcase instantiate5.C
template <class T> void foo() { }
inline int bar() { foo<void>(); return 1; }
static int i = bar();