hanchenye-llvm-project/llvm/test/FrontendC/sret2.c

10 lines
131 B
C
Raw Normal View History

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