[ERROR]
A reference to the specified bit field was declared.
struct A {
int &i : 3; // error
};
Do not declare references to bitfields.