aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/aos.c
blob: 6323017b99e82db3ccaafad48465182f01a2389e (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-additional-options "-std=gnu89" } */

foo (p)
     int *p;
{
  if ((int) p > 0)
    return 1;
  else
    return 0;
}