1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/test/CFrontend/2007-06-18-SextAttrAggregate.c

12 lines
142 B
C
Raw Normal View History

2007-06-19 02:08:42 +02:00
// 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) {
}