blob: b7cd8bfc256de2fe8afede13f934a313627fb8c4 [file] [log] [blame]
#include "uninst.H"
template <class Type> void FOO() { }
int main() {
FOO<char>(); // stage 2 needs this
return min<unsigned long>(5, 0);
}