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
9985821b2f
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 06:10:29 -06:00
//@ edition:2018
feat: impl export-executable-symbols
2022-07-25 00:20:23 -05:00
fn
main
(
)
{
}
#[
no_mangle
]
pub
fn
exported_symbol
(
)
->
i8
{
42
}
Reference in New Issue
Copy Permalink