blob: 7b621f942fa9a3b78fc6cf56c6a9ad6eac202788 [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 {
Duncan Sands92b9d492008-04-21 08:17:05 +00004 long a;
5 long b;
6 long c;
Dale Johannesen691645e2007-10-25 00:50:14 +00007};
8
9struct abc foo2(){}