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

struct s{
long a;
long b;
};

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

}