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