summaryrefslogtreecommitdiff
path: root/test/FrontendC/sret2.c
blob: 0f35b1c2586f020f7853f9c0381ff9464eac5d46 (plain)
1
2
3
4
5
6
7
8
9
// RUN: %llvmgcc %s -S -O0 -o - | grep sret | count 2

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