brintos

brintos / llvm-project-archived public Read only

0
0
Text · 195 B · 3767639 Raw
4 lines · c
1// RUN: %clang_cc1 -triple i686-windows-msvc -fms-extensions -fsyntax-only -verify %s2 3struct {} __cdecl s; // expected-warning {{'__cdecl' only applies to function types; type here is 'struct}}4