This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
613f4ec97d
os-rust
/
tests
/
ui
/
cfguard-run.rs
7 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Only add cfguard module flag on windows-msvc
2020-07-06 16:10:42 +01:00
// run-pass
Stabilize control-flow-guard codegen option
2020-07-14 15:27:42 +01:00
// compile-flags: -C control-flow-guard
Only add cfguard module flag on windows-msvc
2020-07-06 16:10:42 +01:00
pub
fn
main
(
)
{
println!
(
"
hello, world
"
)
;
}
Reference in a new issue
Copy permalink