blob: 7c3f8754049a21746872cfb56520820fd0cc2b7e [file] [log] [blame]
Tim Northover9bb857a2013-01-31 12:13:10 +00001// RUN: %clang -target aarch64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
James Molloyafc352c2014-04-16 15:33:56 +00002// RUN: %clang -target arm64-none-linux-gnu -### %s -fsyntax-only 2>&1 | FileCheck %s
Tim Northover9bb857a2013-01-31 12:13:10 +00003
4// The AArch64 PCS states that chars should be unsigned.
5// CHECK: fno-signed-char
6