Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
FrontendC
/
sret2.c
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
(){}