[ERROR]
The type of the expression in the sizeof operand is incomplete.
int i = sizeof(struct A);
The type of the expression in the sizeof operand must be defined complete.