diff options
Diffstat (limited to 'test/CFrontend/sret.c')
-rw-r--r-- | test/CFrontend/sret.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CFrontend/sret.c b/test/CFrontend/sret.c index 9e34d75..11ac5d6 100644 --- a/test/CFrontend/sret.c +++ b/test/CFrontend/sret.c @@ -1,9 +1,9 @@ // RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | grep sret | count 5 struct abc { - int a; - int b; - int c; + long a; + long b; + long c; }; struct abc foo1(void); |