Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-ellipsis.C
blob: 8c0783c9acccc1df203ccc537b1d105a0ba46d33 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
constexpr
int
ellipsis
(...)
{
return
1
;
}
constexpr
int
ellipsis_c
=
ellipsis
();
// OK
constexpr
int
ellipsis_c2
=
ellipsis
(
42
);
// Internal error