blob: 7b621f942fa9a3b78fc6cf56c6a9ad6eac202788 [file] [log] [blame]
// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | grep sret | count 2
struct abc {
long a;
long b;
long c;
};
struct abc foo2(){}