allwinner_a64/android/external/clang/test/Parser/ms-anachronism.c
2018-08-08 16:14:42 +08:00

3 lines
195 B
C

// 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}}