[ERROR]
Incomplete struct/union, object can not be initialized
struct A;
extern A a={3}; // error
Do not initialize incomplete struct/union. Declare first the struct/union, then initialize it.