Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-09-19
/
.
/
clang
/
test
/
Headers
/
ms-no-wchar.cpp
blob: 8fe1dbc4c87f62f63abb320f6a39938d6cb4f3ec [
file
] [
log
] [
blame
]
// 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
;