// Check that initialization of the only one memcpy-able struct member will not
// be performed twice after successful non-trivial initializtion of the second
// member.
//
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fexceptions -fcxx-exceptions -O0 -fno-elide-constructors -emit-llvm %s -o - | FileCheck %s
int globId = 0;
;
;
;
int