summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/sret2.c
blob: c96ce4d5c4e03b252739620931b675fb4a5a044e (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 %s -emit-llvm -O0 -o - | grep sret | count 2

struct abc {
 long a;
 long b;
 long c;
};
 
struct abc foo2(){}