2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / pch / uninst.C
blobb7cd8bfc256de2fe8afede13f934a313627fb8c4
1 #include "uninst.H"
3 template <class Type> void FOO() {   }
5 int  main() {
6                 FOO<char>();                    // stage 2 needs this
7                 return min<unsigned long>(5, 0);