Mark that the return is using EAX so that we don't use it for some other
[llvm.git] / test / FrontendC / sret2.c
blob0f35b1c2586f020f7853f9c0381ff9464eac5d46
1 // RUN: %llvmgcc %s -S -O0 -o - | grep sret | count 2
3 struct abc {
4 long a;
5 long b;
6 long c;
7 };
9 struct abc foo2(){}