Testcase for PR 1397.

llvm-svn: 43323
This commit is contained in:
Dale Johannesen 2007-10-25 00:50:14 +00:00
parent 35e564ed09
commit ea839ef1f0
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | grep sret | count 2
struct abc {
int a;
int b;
int c;
};
struct abc foo2(){}