Sign in
ara-mdk
/
platform
/
external
/
llvm
/
770772e831d1ff1dfbc0e94fb3212437e597d7a5
/
.
/
test
/
FrontendC
/
sret2.c
blob: 0f35b1c2586f020f7853f9c0381ff9464eac5d46 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc %s -S -O0 -o - | grep sret | count 2
struct
abc
{
long
a
;
long
b
;
long
c
;
};
struct
abc foo2
(){}