Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
conversion-function-1.C
blob: 890719b347705dc4d92853f0e77069437b6d5a8e [
file
] [
log
] [
blame
]
// Copyright (C) 2003 Free Software Foundation
// Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
// { dg-options "-Wno-class-conversion" }
struct
A
{
operator
A
&();
};