Sign in
cobalt
/
cobalt
/
72bde07ae3f88e8fd742a603ece725b122de47f5
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Parser
/
ms-anachronism.c
blob: 37676397873cc1735e2eced1ae2fb1d6837fecbf [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple i686-windows-msvc -fms-extensions -fsyntax-only -verify %s
struct
{}
__cdecl s
;
// expected-warning {{'__cdecl' only applies to function types; type here is 'struct}}