android_mt6572_jiabo/external/clang/test/CodeGen/sret2.c
2025-09-05 16:56:03 +08:00

11 lines
144 B
C

// RUN: %clang_cc1 %s -emit-llvm -o - | grep sret | count 2
struct abc {
long a;
long b;
long c;
long d;
long e;
};
struct abc foo2(){}