mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
9 lines
130 B
C
9 lines
130 B
C
// RUN: %clang_cc1 %s -emit-llvm -O0 -o - | grep sret | count 2
|
|
|
|
struct abc {
|
|
long a;
|
|
long b;
|
|
long c;
|
|
};
|
|
|
|
struct abc foo2(){}
|