Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d4a8fe156fc65124ea03dde46f9aed74b0a3451
/
.
/
llvm
/
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
(){}