diff options
Diffstat (limited to 'test/CodeGen/sret.c')
-rw-r--r-- | test/CodeGen/sret.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/sret.c b/test/CodeGen/sret.c index 828bf9b42d61..5f0d07404a16 100644 --- a/test/CodeGen/sret.c +++ b/test/CodeGen/sret.c @@ -4,6 +4,8 @@ struct abc { long a; long b; long c; + long d; + long e; }; struct abc foo1(void); |