Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / unknown-fns-4.c
blobbd1ab1e5476160091753cff62dd2ba9f7063d080
1 #include "analyzer-decls.h"
3 int get(void);
4 void test (void)
6 int got = 0;
7 while (1)
9 if (get ())
10 got = 1;
11 else
12 if (got)
13 __analyzer_dump_path (); /* { dg-message "path" } */