Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2a9ddfb903ae3baede7282348afae1f750905248
/
.
/
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
(){}