URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [pch/] [uninst.C] - Rev 831
Go to most recent revision | Compare with Previous | Blame | View Log
#include "uninst.H"
template <class Type> void FOO() { }
int main() {
FOO<char>(); // stage 2 needs this
return min<unsigned long>(5, 0);
}
Go to most recent revision | Compare with Previous | Blame | View Log