// RUN: %clang_cc1 -triple i386-pc-linux -Wno-strict-prototypes -emit-llvm < %s | FileCheck %s
// RUN: %clang_cc1 -triple i386-pc-linux -Wno-strict-prototypes -emit-llvm -mrtd < %s | FileCheck %s
// RUN: %clang_cc1 -triple i386-pc-linux -Wno-strict-prototypes -emit-llvm -fms-compatibility < %s
void __fastcall ;
void __stdcall ;
void __thiscall ;
void __fastcall
void __stdcall
void __thiscall
void __vectorcall
// PR5280
= f1;
= f2;
= f3;
= f4;
= f5;
= f6;
= f61;
int
// PR7117
void __stdcall int foo;
void
// PR12535
void __fastcall ;
// WIN: define{{.*}} x86_fastcallcc void @f9({{.*}})
void __fastcall ;
// WIN: define{{.*}} void @f10({{.*}})
void __stdcall ;
// WIN: define{{.*}} void @f11({{.*}})