Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
overload
/
ellipsis2.C
blob: c226e1c5e5879937292c350fe0b33cd720336645 [
file
] [
log
] [
blame
]
// PR c++/60253
// { dg-options "-Wconditionally-supported" }
struct
A
{
~
A
();
};
struct
B
{
B
(...);
};
B b
(
0
,
A
());
// { dg-message "pass" }