1 /* { dg-do compile } */
2 /* { dg-options "-Wuninitialized -O2" } */
4 typedef long long int64;
26 __attribute__ ((always_inline)) bool GetC (int *c) {
29 if (get_url (&details_str))
44 if (!GetC (&cc)) /* return flag checked properly */
47 if (cc <= 0) /* { dg-bogus "uninitialized" "uninitialized variable warning" } */