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