blob: 29700174192379cc2130fbe17600a474f65d0f74 [file] [log] [blame]
// PR c++/60215
// { dg-do compile { target c++11 } }
struct A
{
void foo();
int i : foo; // { dg-error "width" }
};