3 // Copyright (c) 2000, 2001 Free Software Foundation.
4 // Distilled from a bug report by Eric Ford <eford@princeton.edu>
10 void SetInitCond(void)
13 for(i = 2; i < nPoints; ++i)
14 y[i] = y[nPoints] .* (x[i]-x[1]) / (x[nPoints]-x[1]); // { dg-error "" } .*