blob: 86b7ce3fabcdeb5698a8cad3e2f3b5a583992839 [file] [log] [blame]
// Build don't link:
// GROUPS passed anonymous-unions
static union {
char* uC;
private:
int uI;// ERROR - .*private member.*
};