// RUN: %clang_cc1 %s -Wmicrosoft -verify -fms-compatibility -triple x86_64-pc-win32
// None of these should warn. stdcall is treated as equivalent to cdecl on
// x64.
// expected-no-diagnostics
int __stdcall ;
int __cdecl
int __stdcall ;
int __thiscall ;
int __fastcall ;