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
/
const6.C
blob
3c40d2635bcb174532c473959d1cd70bfdac55aa
1
// PR c++/56684
2
3
template < int T > struct S
4
{
5
static const int Ti = T;
6
S() { 1 << Ti; }
7
};