Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
cbindgen
Commits
be9a8f44
Commit
be9a8f44
authored
Jul 17, 2017
by
Ryan Hunt
Browse files
Rework std_lib test to make it more realistic
parent
984e8889
Changes
1
Hide whitespace changes
Inline
Side-by-side
compile-tests/std_lib.rs
View file @
be9a8f44
#[no_mangle]
extern
"C"
fn
root
(
a
:
Vec
<
String
>
,
b
:
Option
<
i32
>
,
c
:
Result
<
i32
,
String
>
)
extern
"C"
fn
root
(
a
:
&
Vec
<
String
>
,
b
:
&
Option
<
i32
>
,
c
:
&
Result
<
i32
,
String
>
)
{
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment