1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fno-ipa-pure-const -Wuninitialized" } */
17 __attribute__ ((pure
, returns_twice
)) int
27 __builtin_unreachable ();
30 while (uninitialized
< 1) /* { dg-warning "uninitialized" } */
33 empty (bar (0) == foo ());