[ERROR]
An undefined class, structure or union was used.
void f(void) {
struct S *p, *p1;
*p=*p1;
}
Define the class/struct/union.