summaryrefslogtreecommitdiffstats
path: root/tests/codegen/ehcontguard_enabled.rs
blob: 03aaa342b9678f87e6b93ce4ee815ecb278f4269 (plain)
1
2
3
4
5
6
7
8
9
10
// compile-flags: -Z ehcont-guard

#![crate_type = "lib"]

// A basic test function.
pub fn test() {
}

// Ensure the module flag ehcontguard=1 is present
// CHECK: !"ehcontguard", i32 1