[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / CodeGen / 2007-06-18-SextAttrAggregate.c
blobdaed3baf4643e818780c80664e5ec6f7b9b9d46d
1 // RUN: %clang_cc1 -no-enable-noundef-analysis %s -o - -emit-llvm | FileCheck %s
2 // XFAIL: target={{(aarch64|arm64).*}}, target=x86_64-pc-windows-msvc, target=x86_64-{{(pc|w64)}}-windows-gnu
4 // PR1513
6 // AArch64 ABI actually requires the reverse of what this is testing: the callee
7 // does any extensions and remaining bits are unspecified.
9 // Win64 ABI does expect extensions for type smaller than 64bits.
11 // Technically this test wasn't written to test that feature, but it's a
12 // valuable check nevertheless.
14 struct s{
15 long a;
16 long b;
19 void f(struct s a, char *b, signed char C) {
20 // CHECK: i8 signext