7 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -triple x86_64-pc-windows-msvc -fms-compatibility-version=17.00 -fno-wchar %s2// MSVC defines wchar_t instead of using the builtin if /Zc:wchar_t- is passed3 4#include <stddef.h>5 6wchar_t c;7 1// RUN: %clang_cc1 -fsyntax-only -triple x86_64-pc-windows-msvc -fms-compatibility-version=17.00 -fno-wchar %s2// MSVC defines wchar_t instead of using the builtin if /Zc:wchar_t- is passed3 4#include <stddef.h>5 6wchar_t c;7