static union {
  int i;
};
// If it compiles it is fine.
int main () {
  
} 
