// 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) { }