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
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-stmtexpr.C
blob
bebd4f6f41508b57ad34b7b13e4f87922ed25ef3
1
// PR c++/46977
2
// { dg-do compile { target c++11 } }
3
// { dg-options "" }
4
5
template < typename > void
6
foo ()
7
{
8
({int i;}), 0;
9
}