1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wuninitialized" } */
5 int __attribute__ ((__returns_twice__
)) test_setjmpex(void *context
);
9 int localVar
= globalVar
;
11 test_setjmpex(__builtin_frame_address (0)); // { dg-bogus "uninitialized" }