blob: 2eabd4fcca4e8cd87c4cf34a1b22b174f6d7fa33 [file] [log] [blame]
Reid Spencerf234bed2007-07-19 23:13:04 +00001// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 signext}
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002// PR1513
3
4struct s{
5long a;
6long b;
7};
8
9void f(struct s a, char *b, char C) {
10
11}