Skip several analyzer socket tests on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / data-model-12.c
blob653b7ad628464158aed6eaeb258b80666bbc8bdb
1 /* Mismatching decl of foo. */
3 int foo ();
5 int bar (void)
7 return foo() + 1;
10 int foo (int x, int y)
12 return x * y;