blob: 5fcab2f6aac685aa3b393cb92e44a4f88ef8c6bf [file] [log] [blame]
// Stop accepting attributes after a parenthesized initializer
// { dg-options "-fpermissive" }
int i (0) __attribute__ ((ignored)); // { dg-warning "attributes" }
// { dg-message "will be removed" "" { target *-*-* } .-1 }