aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/spaceship-err1.C
blob: 905b60086d958eefa1561e6bd8337e2f8d2bc619 (plain)
1
2
3
4
5
// Test that we suggest adding #include <compare>.
// { dg-do compile { target c++20 } }

auto x = 1<=>2;			// { dg-error "" }
// { dg-message "<compare>" "" { target *-*-* } .-1 }