When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / FrontendC / 2007-06-18-SextAttrAggregate.c
blobc395db220dc60eb361ee6ecd22eda32241e4fb76
1 // RUN: %llvmgcc %s -o - -S -O3 | grep {i8 signext}
2 // PR1513
4 struct s{
5 long a;
6 long b;
7 };
9 void f(struct s a, char *b, signed char C) {