1 2 3 4 5 6
// run-pass // compile-flags: -C control-flow-guard pub fn main() { println!("hello, world"); }