repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
/cp
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pch
/
uninst.C
blob
b7cd8bfc256de2fe8afede13f934a313627fb8c4
1
#include "uninst.H"
2
3
template <class Type> void FOO() { }
4
5
int main() {
6
FOO<char>(); // stage 2 needs this
7
return min<unsigned long>(5, 0);
8
}