index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.old-deja
/
g++.robertl
/
eb119.C
blob: cecea834f8a33a873474d33e42b5aad3e49bc934 (
plain
)
1
2
3
4
5
6
7
8
9
10
template<bool B> void f() { } int main() { f<bool>(); // ERROR - .* }