1 /* { dg-do compile } */
3 extern int xdo_rb_ctr_row( int *pos_code
);
5 int xgp_ahd_interpolate (int tile
)
13 p
[0] = 0; p
[1] = 1; p
[2] = 2; p
[3] = 3;
17 p
[0] = 1; p
[1] = 0; p
[2] = 3; p
[3] = 2;
21 p
[0] = 3; p
[1] = 2; p
[2] = 1; p
[3] = 0;
25 p
[0] = 2; p
[1] = 3; p
[2] = 0; p
[3] = 1;
34 /* { dg-final { cleanup-tree-dump "vect" } } */