// RUN: %clang_cc1 -no-opaque-pointers -triple i686-windows-msvc -fms-extensions -emit-llvm -std=c++1y -O0 -o - %s | FileCheck %s
;
// __declspec(dllexport) causes us to export the implicit constructor.
;
// __declspec(dllexport) causes us to export the implicit copy constructor.
;