blob: 2fcd72607a2a6c96e7d376949271f767fcace11d [file] [log] [blame]
// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 signext}
// PR1513
struct s{
long a;
long b;
};
void f(struct s a, char *b, signed char C) {
}