1// PR c++/14476
2
3struct tree_common {
4  enum tree_code code : 8; // { dg-error "" }
5};
6