This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
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