Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
src
/
test
/
ui
/
cfguard-run.rs
blob: 3c4f9a1f5ee2c3c0a433022517176f4abc0b7c56 [
file
] [
log
] [
blame
] [
edit
]
// run-pass
// compile-flags: -C control-flow-guard
pub
fn
main
()
{
println
!(
"hello, world"
);
}