mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 13:32:19 +00:00
10 lines
128 B
Rust
10 lines
128 B
Rust
//@ run-pass
|
|
//@ aux-build:cfg_inner_static.rs
|
|
|
|
|
|
extern crate cfg_inner_static;
|
|
|
|
pub fn main() {
|
|
cfg_inner_static::foo();
|
|
}
|