blob: b61aae47d923702f8d7ad43f6a8ef2f8b2713732 [file] [log] [blame]
// 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;
}