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
7e648f0d72
rust
/
tests
/
run-make
/
sanitizer-dylib-link
/
program.rs
8 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 16:12:52 -05:00
extern
"
C
"
{
Add support for dylibs with Address Sanitizer. This supports cdylibs and staticlibs on gnu-linux targets.
2017-06-16 22:42:56 -05:00
fn
overflow
(
)
;
}
sanitizer support
2016-12-29 22:28:11 -06:00
fn
main
(
)
{
Add support for dylibs with Address Sanitizer. This supports cdylibs and staticlibs on gnu-linux targets.
2017-06-16 22:42:56 -05:00
unsafe
{
overflow
(
)
}
sanitizer support
2016-12-29 22:28:11 -06:00
}
Reference in New Issue
Copy Permalink