summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/sret2.c
blob: d103d87610fd8bc42cdd2ff2a40f597c6a8436dc (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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(){}
OpenPOWER on IntegriCloud