xref: /llvm-project/clang/test/Driver/msp430-char.c (revision 7b7ae72b5863c4090bf06d1f10cd676823e02fb1)
1 /// Check that char is unsigned by default.
2 // RUN: %clang -### %s --target=msp430 -c 2>&1 | FileCheck %s
3 // CHECK: "-cc1" "-triple" "msp430"
4 // CHECK-SAME: "-fno-signed-char"
5