aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2007-06-18-SextAttrAggregate.c
blob: 2eabd4fcca4e8cd87c4cf34a1b22b174f6d7fa33 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 signext}
// PR1513

struct s{
long a;
long b;
};

void f(struct s a, char *b, char C) {

}