1 // RUN: %clang_cc1 %s -Wmicrosoft -verify -fms-compatibility -triple x86_64-pc-win32
3 // None of these should warn. stdcall is treated as equivalent to cdecl on
5 // expected-no-diagnostics
11 int __stdcall
func_std(void);
12 int __thiscall
func_this(void);
13 int __fastcall
func_fast(void);