bugs/7.cfa: In function ‘_adapterFi_PS5stack_i__P_M’:
bugs/7.cfa:25:17: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
     T emptyStackHandler (stack(T) * this);
                 ^
bugs/7.cfa:25:42: error: expected ‘)’ before ‘_adaptee’
     T emptyStackHandler (stack(T) * this);
                                          ^       
                                          )
bugs/7.cfa:37:75: note: to match this ‘(’
 int main (int argc, char * argv[]) {
                                                                           ^
