mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
10 lines
170 B
Rust
10 lines
170 B
Rust
//@ compile-flags:
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
// A basic test function.
|
|
pub fn test() {}
|
|
|
|
// Ensure the module flag ehcontguard is not present
|
|
// CHECK-NOT: !"ehcontguard"
|