]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Preprocessor/woa-wchar_t.c
Vendor import of clang release_50 branch r309439:
[FreeBSD/FreeBSD.git] / test / Preprocessor / woa-wchar_t.c
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