1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/FrontendC/sret2.c

10 lines
131 B
C
Raw Normal View History

2007-10-25 02:50:14 +02:00
// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | grep sret | count 2
struct abc {
long a;
long b;
long c;
2007-10-25 02:50:14 +02:00
};
struct abc foo2(){}