Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / uninit-I.c
blob7be60d786b8e98f632062e7abc4515d8689db7ce
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wuninitialized" } */
4 int sys_msgctl (void)
6 struct { int mode; } setbuf; /* { dg-warning "'setbuf\.mode' is used" } */
7 return setbuf.mode;