mirror of
https://git.proxmox.com/git/rustc
synced 2025-12-31 08:06:17 +00:00
7 lines
176 B
Rust
7 lines
176 B
Rust
//@ compile-flags: -C no-prepopulate-passes -C force-frame-pointers=y -Copt-level=0
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
// CHECK: attributes #{{.*}} "frame-pointer"="all"
|
|
pub fn foo() {}
|