C++程序  |  10行  |  120 B

// RUN: %llvmgcc %s -S -O0 -o - | grep sret | count 2

struct abc {
 long a;
 long b;
 long c;
};
 
struct abc foo2(){}