blob: c10f64b95d266e03f59ee3bfe89e5f622101af72 [file] [log] [blame]
// { 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 "evaluating '__builtin_source_location'" "" { target *-*-* } .-1 }