1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CFrontend/sret2.c
Dale Johannesen 0d3f583c8b Testcase for PR 1397.
llvm-svn: 43323
2007-10-25 00:50:14 +00:00

10 lines
128 B
C

// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | grep sret | count 2
struct abc {
int a;
int b;
int c;
};
struct abc foo2(){}