]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/uninit-I.c.expected
Package description and copyright added.
[pkg-cerco/acc.git] / tests / GCCTestSuite / uninit-I.c.expected
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wuninitialized" } */
3
4 int sys_msgctl (void)
5 {
6   struct { int mode; } setbuf;  /* { dg-warning "'setbuf\.mode' is used" } */
7   return setbuf.mode;
8 }