Código:
  
y los errores dicen:    struct node {
        int elem;
        node* seg;
    };
    llista<node> p;
error: template argument for 'template<class T> class llista' uses local type 'main()::node'|
error: trying to instantiate 'template<class T> class llista'
error: invalid type in declaration before ';' token|
Saludos y gracias de antemano!
 

