1struct ac {ac();};
2ac  spline_rep1(void)
3{
4  typedef ac at[2];
5  ac * b = new ac[2];
6  at *a =  (at*)b;
7  return (*a)[0];
8}
9