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&();
};