2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / instantiate5.cc
blobfc86e0f83095497b126282f81b6f659abf8f8a7d
1 // this file is part of testcase instantiate5.C
3 template <class T> void foo() { }
4 inline int bar() { foo<void>(); return 1; }
5 static int i = bar();