OSDN Git Service

2007-07-25 Janis Johnson <janis187@us.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / unsorted / a1.c
1 int
2 foo (a, p)
3      int *p;
4 {
5   p[0] = 85 * a;
6   p[1] = -86 * a;
7 }