bolt/deps/llvm-18.1.8/clang/test/Headers/ms-no-wchar.cpp

7 lines
223 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -fsyntax-only -triple x86_64-pc-windows-msvc -fms-compatibility-version=17.00 -fno-wchar %s
// MSVC defines wchar_t instead of using the builtin if /Zc:wchar_t- is passed
#include <stddef.h>
wchar_t c;