Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
sret2.c
blob: d103d87610fd8bc42cdd2ff2a40f597c6a8436dc [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -emit-llvm -o - | grep sret | count 2
struct
abc
{
long
a
;
long
b
;
long
c
;
long
d
;
long
e
;
};
struct
abc foo2
(){}