blob: 78e7a5fe021c1164bd1239e62e3fc4b39a9dc11e [file] [log] [blame]
// RUN: %clang_cc1 %s -std=c++11 -emit-llvm-only
// CHECK that we don't crash.
union _XEvent {
};
void ProcessEvent() {
_XEvent pluginEvent = _XEvent();
}