1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CFrontend/2007-06-18-SextAttrAggregate.c
Chris Lattner cff3e1bbe5 testcase for PR1513
llvm-svn: 37638
2007-06-19 00:08:42 +00:00

12 lines
142 B
C

// RUN: llvm-gcc %s -o - -S -emit-llvm -O3 | grep {i8 sext}
// PR1513
struct s{
long a;
long b;
};
void f(struct s a, char *b, char C) {
}