Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / paths-8.c
blobb350d4d7dbd77ede1e618ee4f1458e51a6fe2c72
1 #include "analyzer-decls.h"
3 static void __attribute__((noinline))
4 __analyzer_callee_1 (void)
6 /* empty. */
9 void
10 test_1 (int flag)
12 if (flag)
13 __analyzer_callee_1 ();
15 /* Verify that we merge state, whether or not the call happens. */
16 __analyzer_dump_exploded_nodes (0); /* { dg-warning "1 processed enode" } */