mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 00:50:27 +00:00
7 lines
96 B
Rust
7 lines
96 B
Rust
//@ run-pass
|
|
// Regression test for issue #762
|
|
|
|
|
|
pub fn f() { }
|
|
pub fn main() { return ::f(); }
|