blob: 92fa88674e8a058e6603ff305092acbe1f4df484 [file] [log] [blame]
// PR c++/83490
// { dg-do compile { target i?86-*-* x86_64-*-* } }
// { dg-options "-fipa-icf-functions -Og -maccumulate-outgoing-args" }
struct A {};
A operator < (A, A) { return A (); }
A operator > (A, A) { return A (); }