/* PR18191 Struct member is not getting default-initialized.
Origin: Grigory Zagorodnev */
/* { dg-do run } */
extern int printf (__const char *__restrict __forma
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
float a, b, c, d;
extern int printf (const char *, ...);
int main(void)
{
float e;
float f;
/* We should not be able to
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
int a, b, c, d;
extern int printf (const char *, ...);
int main(void)
{
int e;
int f;
/* We should be able to transform