summary refs log tree commit diff
path: root/tests/codegen/ehcontguard_disabled.rs
blob: dc4b5eb430bf4b0dd024f82ffe3a0119a23d6f0e (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"