blob: d140f82cb63a65b7eba0d5b90e1614efa18b3329 [file] [log] [blame]
// Contributed by Dodji Seketeli <dodji@redhat.com>
// Origin PR c++/42217
// { dg-do compile }
struct A
{
int : 0;
};
A a = A();