blob: 399dc89db6088dd7de5de307c5aa33e7c3b0880e [file] [log] [blame]
union UnionWithDtor {
~UnionWithDtor();
int mFoo;
void* mBar;
};