(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp2a/
spaceship-err1.C
// Test that we suggest adding #include <compare>.
// { dg-do compile { target c++20 } }

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