Reid Kleckner | cfa9155 | 2016-03-21 16:08:49 +0000 | [diff] [blame] | 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}} |