summaryrefslogtreecommitdiffstats
path: root/tests/codegen/ehcontguard_disabled.rs
blob: 7773384e5ead4d9bd60450eb151408254a621b14 (plain)
1
2
3
4
5
6
7
8
9
10
// compile-flags:

#![crate_type = "lib"]

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

// Ensure the module flag ehcontguard is not present
// CHECK-NOT: !"ehcontguard"