diff options
| -rw-r--r-- | clang/test/CodeGen/sret.c | 2 | ||||
| -rw-r--r-- | clang/test/CodeGen/sret2.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/CodeGen/sret.c b/clang/test/CodeGen/sret.c index 828bf9b42d6..5f0d07404a1 100644 --- a/clang/test/CodeGen/sret.c +++ b/clang/test/CodeGen/sret.c @@ -4,6 +4,8 @@ struct abc { long a; long b; long c; + long d; + long e; }; struct abc foo1(void); diff --git a/clang/test/CodeGen/sret2.c b/clang/test/CodeGen/sret2.c index 37574625116..d103d87610f 100644 --- a/clang/test/CodeGen/sret2.c +++ b/clang/test/CodeGen/sret2.c @@ -4,6 +4,8 @@ struct abc { long a; long b; long c; + long d; + long e; }; struct abc foo2(){} |

