ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gdc.dg/gdc24.d

16 lines
187 B
D
Raw Normal View History

2024-04-01 15:19:46 +00:00
// https://bugzilla.gdcproject.org/show_bug.cgi?id=24
// { dg-do compile }
void test24()
{
struct S24
{
char[1] b;
}
S24 a;
if (*a.b.ptr)
return;
}