blob: 137f5602c7a20a29159234e6567a2e36ef9abd3b [file] [log] [blame]
Dale Johannesen691645e2007-10-25 00:50:14 +00001// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | grep sret | count 2
2
3struct abc {
4 int a;
5 int b;
6 int c;
7};
8
9struct abc foo2(){}