diff options
Diffstat (limited to 'testsuite/libffi.closures/stret_medium.c')
-rw-r--r-- | testsuite/libffi.closures/stret_medium.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libffi.closures/stret_medium.c b/testsuite/libffi.closures/stret_medium.c index 973ee02..56e3d9d 100644 --- a/testsuite/libffi.closures/stret_medium.c +++ b/testsuite/libffi.closures/stret_medium.c @@ -21,7 +21,7 @@ typedef struct struct_72byte { double i; } struct_72byte; -struct_72byte cls_struct_72byte_fn( +static struct_72byte cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, |