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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
cond6.C
blob
e4cede35b176cc89b15a80e2a4e3e078f43a8bfe
1
// PR c++/27801
2
3
template<int> int foo(int i)
4
{
5
return !( (1 && i) ? 0 : 1 );
6
}