Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib44.C
blobcb83653f30da7a8cfb151361ba32686e28d06969
1 // PR c++/52671
2 // { dg-do compile }
3 __attribute__ ((deprecated)) enum E { E0 };     // { dg-warning "attribute ignored in declaration of" "ignored" }
4 // { dg-message "must follow the" "must follow" { target *-*-* } 3 }