1 /* { dg-do compile } */
2 /* { dg-options "-Wuninitialized" } */
4 /* XFAIL for now, the uninitialized pass runs before inlining only at -O0. */
6 inline int __attribute__((always_inline
))
9 if (i
) return 1; /* { dg-warning "is used uninitialized" {} { xfail *-*-* } } */
17 int j
; /* { dg-message "was declared here" {} { xfail *-*-* } } */