Sign in
llvm
/
llvm-project
/
refs/heads/users/ojhunt/while-loop-scope
/
.
/
clang
/
test
/
Driver
/
msp430-char.c
blob: 67954e3e2a1be5fb593a2c663f479dbd2cf8f280 [
file
] [
log
] [
blame
]
/// Check that char is unsigned by default.
// RUN: %clang -### %s --target=msp430 -c 2>&1 | FileCheck %s
// CHECK: "-cc1" "-triple" "msp430"
// CHECK-SAME: "-fno-signed-char"