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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
woa-wchar_t.c
blob
eb9a8628537a9cf37daf52623e87ed13ce816785
1
// RUN: %clang_cc1 -dM -triple armv7-windows -E %s | FileCheck %s
2
// RUN: %clang_cc1 -dM -fno-signed-char -triple armv7-windows -E %s | FileCheck %s
3
4
// CHECK: #define __WCHAR_TYPE__ unsigned short
5