mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-04 20:31:54 +00:00
10 lines
117 B
Rust
10 lines
117 B
Rust
// run-pass
|
|
|
|
#[path = "auxiliary/dummy_lib.rs"]
|
|
mod lib;
|
|
|
|
#[path = "auxiliary/dummy_lib.rs"]
|
|
mod main;
|
|
|
|
fn main() {}
|