(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
bitfield4.C
// Contributed by Dodji Seketeli <dodji@redhat.com>
// Origin PR c++/42217
// { dg-do compile }

struct A
{
 int : 0;
};
A a = A();