mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 14:26:04 +00:00
5 lines
98 B
Rust
5 lines
98 B
Rust
//@ aux-build:pointer-reexports-allowed.rs
|
|
//@ check-pass
|
|
extern crate inner;
|
|
pub use inner::foo;
|