mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-09 13:29:52 +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"
|