blob: 8d1f4191270c3c16f40763b939f14bb1fa3dcf21 [file] [log] [blame]
struct __attribute((deprecated ("foo"))) A { }; // { dg-message "declared" }
void f(const A&) { } // { dg-warning "deprecated: foo" }