blob: 0f35b1c2586f020f7853f9c0381ff9464eac5d46 [file] [log] [blame]
Duncan Sandsb32d19d2010-11-25 21:24:35 +00001// RUN: %llvmgcc %s -S -O0 -o - | grep sret | count 2
Dale Johannesenea839ef2007-10-25 00:50:14 +00002
3struct abc {
Duncan Sandsdb701982008-04-21 08:17:05 +00004 long a;
5 long b;
6 long c;
Dale Johannesenea839ef2007-10-25 00:50:14 +00007};
8
9struct abc foo2(){}