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

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