llvm-project/clang/test/CodeGen/sret2.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
168 B
C
Raw Normal View History

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