xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/aarch64-features.c (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
1 // RUN: %clang -target aarch64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
2 
3 // The AArch64 PCS states that chars should be unsigned.
4 // CHECK: fno-signed-char
5 
6