1 union UnionWithDtor {
2   ~UnionWithDtor();
3   int mFoo;
4   void* mBar;
5 };
6