This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
/
run-make
/
export-executable-symbols
/
main.rs
9 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
2024-02-22 12:10:29 +00:00
//@ edition:2018
feat: impl export-executable-symbols
2022-07-25 05:20:23 +00:00
fn
main
(
)
{
}
#[
no_mangle
]
pub
fn
exported_symbol
(
)
->
i8
{
42
}
Reference in New Issue
Copy Permalink