xref: /aosp_15_r20/external/clang/test/Driver/aarch64-features.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
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