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
Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git]
/
main
/
gcc
/
testsuite
/
g++.dg
/
template
/
error-recovery3.C
blob
f8fd94b9db92f0b62857720236ed74d00e8500c5
1
// PR c++/48212
2
3
template < bool > void
4
foo ()
5
{
6
const bool b =; // { dg-error "" }
7
foo < b > (); // { dg-error "" }
8
}