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
Rebase.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
crash17.C
blob
bd9e20b4a06eb52fecaa6b8160e587538615718a
1
// { dg-do assemble }
2
3
template <int B>
4
class foo;
5
6
template <class U>
7
class bar
8
{
9
typedef foo<(U::id > 0)> foobar;
10
};