Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-ice13.C
blob: 4fe371696a34554e827ddae057e3be5928926eea [
file
] [
log
] [
blame
]
// PR c++/59571
// { dg-do compile { target c++11 } }
template
<class>
struct
foo
{
static
constexpr
int
bar
{(
int
)-
1
};
};