OSDN Git Service

2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / warn / conversion-function-1.C
1 // Copyright (C) 2003 Free Software Foundation
2 // Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
3 // { dg-options "-Wno-conversion" }
4
5 struct A {
6    operator A&();
7 };
8