xref: /aosp_15_r20/external/clang/test/Parser/ms-anachronism.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: %clang_cc1 -triple i686-windows-msvc -fms-extensions -fsyntax-only -verify %s
2 
3 struct {} __cdecl s; // expected-warning {{'__cdecl' only applies to function types; type here is 'struct}}
4