(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp2a/
srcloc4.C
// { dg-do compile { target c++20 } }

namespace std {
  void source_location ();
}

auto x = __builtin_source_location ();	// { dg-error "'void std::source_location\\(\\)' is not a type" }
// { dg-message "using '__builtin_source_location'" "" { target *-*-* } .-1 }