brintos

brintos / llvm-project-archived public Read only

0
0
Text · 199 B · eb9a862 Raw
6 lines · c
1// RUN: %clang_cc1 -dM -triple armv7-windows -E %s | FileCheck %s2// RUN: %clang_cc1 -dM -fno-signed-char -triple armv7-windows -E %s | FileCheck %s3 4// CHECK: #define __WCHAR_TYPE__ unsigned short5 6