C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc24.d
blobb61aae47d923702f8d7ad43f6a8ef2f8b2713732
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=24
2 // { dg-do compile }
4 void test24()
6 struct S24
8 char[1] b;
11 S24 a;
13 if (*a.b.ptr)
14 return;