aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/f2.c
blob: de067fa502e1d40c8264b731fc618687cd8d6655 (plain)
1
2
3
4
5
void
foo (double *p)
{
  p[0] = p[1];
}