Clang Project

clang_source_code/test/Driver/aarch64-features.c
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