Comment 6 for bug 1848795

Revision history for this message
In , Marxin-m (marxin-m) wrote :

Confirmed for following reduced test-case:

$ cat pr81922.ii
struct
{
  char *a;
  char b[];
} c[]{"", "", {}};

started with r234636. Is the original test-case really valid?