mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 15:02:19 +00:00
8 lines
88 B
Rust
8 lines
88 B
Rust
#![feature(unstable_test_feature)]
|
|
|
|
extern crate bar;
|
|
|
|
pub fn main() {
|
|
bar::baz()
|
|
}
|