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