aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/conversion-function-1.C
blob: 878011cf328f9b352193909d010bbe419803164b (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2003 Free Software Foundation
// Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
// { dg-options "-Wno-conversion" }

struct A {
   operator A&();
};