freebsd_amp_hwpstate/test/FrontendC/sret2.c

10 lines
131 B
C

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