mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 06:16:06 +00:00
10 lines
126 B
C
10 lines
126 B
C
// RUN: %clang_cc1 %s -emit-llvm -o - | grep sret | count 2
|
|
|
|
struct abc {
|
|
long a;
|
|
long b;
|
|
long c;
|
|
};
|
|
|
|
struct abc foo2(){}
|