// { dg-do compile { target c++17_down } } // { dg-options "-Wno-pointer-arith" } struct X {}; bool operator<= (X, X); template struct Y {}; Y<&operator<=> y; bool foo (bool (*fn) (X, X), int n) { return n+&operator<=> fn; }