summaryrefslogtreecommitdiffstats
path: root/tests/ui/cfguard-run.rs
blob: 3c4f9a1f5ee2c3c0a433022517176f4abc0b7c56 (plain)
1
2
3
4
5
6
// run-pass
// compile-flags: -C control-flow-guard

pub fn main() {
    println!("hello, world");
}