blob: 89c6887cb464c2c912ca3db4dae1ea3720869237 [file] [log] [blame]
// { dg-do compile { target c++20 } }
namespace std {
struct source_location {
};
}
auto x = __builtin_source_location (); // { dg-error "'__impl' is not a member of 'std::source_location'" }
// { dg-message "evaluating '__builtin_source_location'" "" { target *-*-* } .-1 }