repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Headers
/
ms-no-wchar.cpp
blob
8fe1dbc4c87f62f63abb320f6a39938d6cb4f3ec
1
// RUN: %clang_cc1 -fsyntax-only -triple x86_64-pc-windows-msvc -fms-compatibility-version=17.00 -fno-wchar %s
2
// MSVC defines wchar_t instead of using the builtin if /Zc:wchar_t- is passed
3
4
#include <stddef.h>
5
6
wchar_t
c
;