2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / warn / conversion-function-1.C
blob878011cf328f9b352193909d010bbe419803164b
1 // Copyright (C) 2003 Free Software Foundation
2 // Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
3 // { dg-options "-Wno-conversion" }
5 struct A {
6    operator A&();
7 };