brintos

brintos / llvm-project-archived public Read only

0
0
Text · 176 B · 67954e3 Raw
5 lines · c
1/// Check that char is unsigned by default.2// RUN: %clang -### %s --target=msp430 -c 2>&1 | FileCheck %s3// CHECK: "-cc1" "-triple" "msp430"4// CHECK-SAME: "-fno-signed-char"5