mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-08 23:25:24 +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"
|