blob: db56bb5ff90116cd3071c988690506f74991c152 [file] [log] [blame]
// { dg-do compile { target c++2a } }
namespace std {
struct source_location {
typedef int __impl;
};
}
auto x = __builtin_source_location (); // { dg-error "'std::source_location::__impl()' is not a class type" }
// { dg-message "evaluating '__builtin_source_location'" "" { target *-*-* } .-1 }