testcase for PR1513

llvm-svn: 37638
This commit is contained in:
Chris Lattner 2007-06-19 00:08:42 +00:00
parent 6ba3e8b27d
commit f2b72bf921
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
// 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) {
}