]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libffi/testsuite/libffi.closures/nested_struct1.c
libffi: Sync with libffi 3.4.2
[thirdparty/gcc.git] / libffi / testsuite / libffi.closures / nested_struct1.c
similarity index 98%
rename from libffi/testsuite/libffi.call/nested_struct1.c
rename to libffi/testsuite/libffi.closures/nested_struct1.c
index 477a6b9bdee2cdb2b775b4eb678dec12b0a0ab33..df8ab5973d1a4b8f6322f6443b2c494f7a6ebde5 100644 (file)
@@ -25,7 +25,7 @@ typedef struct cls_struct_combined {
   cls_struct_16byte2 e;
 } cls_struct_combined;
 
-cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0,
+static cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0,
                                           struct cls_struct_16byte2 b1,
                                           struct cls_struct_combined b2,
                                           struct cls_struct_16byte1 b3)