blob: 7be60d786b8e98f632062e7abc4515d8689db7ce [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -Wuninitialized" } */
int sys_msgctl (void)
{
struct { int mode; } setbuf; /* { dg-warning "'setbuf\.mode' is used" } */
return setbuf.mode;
}