1 // RUN: %clang_cc1 -triple x86_64-windows-msvc -fms-extensions -x c++ %S/Inputs/pr27445.h -emit-pch -o %t.pch
2 // RUN: %clang_cc1 -triple x86_64-windows-msvc -fms-extensions %s -include-pch %t.pch -emit-llvm -o - | FileCheck %s
7 class __declspec(dllexport
) A
{
8 int operator=(A
) { return field_
; }
9 void (*on_arena_allocation_
)(Info
);
13 // CHECK: %class.A = type { ptr, i32 }