testcase for PR1513
[oota-llvm.git] / test / CFrontend / 2007-06-18-SextAttrAggregate.c
1 // RUN: llvm-gcc %s -o - -S -emit-llvm -O3 | grep {i8 sext}
2 // PR1513
3
4 struct s{
5 long a;
6 long b;
7 };
8
9 void f(struct s a, char *b, char C) {
10
11 }