trisquel-icecat/icecat/third_party/cbindgen/tests/expectations-symbols/swift_name.c.sym

21 lines
No EOL
763 B
Text

{
rust_print_hello_world;
SelfTypeTestStruct_should_exist_ref;
SelfTypeTestStruct_should_exist_ref_mut;
SelfTypeTestStruct_should_not_exist_box;
SelfTypeTestStruct_should_not_exist_return_box;
SelfTypeTestStruct_should_exist_annotated_self;
SelfTypeTestStruct_should_exist_annotated_mut_self;
SelfTypeTestStruct_should_exist_annotated_by_name;
SelfTypeTestStruct_should_exist_annotated_mut_by_name;
SelfTypeTestStruct_should_exist_unannotated;
SelfTypeTestStruct_should_exist_mut_unannotated;
free_function_should_exist_ref;
free_function_should_exist_ref_mut;
unnamed_argument;
free_function_should_not_exist_box;
free_function_should_exist_annotated_by_name;
free_function_should_exist_annotated_mut_by_name;
PointerToOpaque_create;
PointerToOpaque_sayHello;
};