1 /* Spurious uninit variable warnings, case 4.
2 Simplified version of cppexp.c (cpp_parse_expr).
4 This one is really fragile, it gets it right if you take out case
5 1, or if the structure is replaced by an int, or if the structure
6 has fewer members (!) */
8 /* { dg-do compile } */
9 /* { dg-options "-O -Wuninitialized" } */
11 extern void abort (void);
21 extern struct operation
cpp_lex (void);
26 int rprio
; /* { dg-bogus "rprio" "uninitialized variable warning PR19833" } */