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