mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 21:47:04 +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(); }
|