mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-20 23:53:34 +00:00
8 lines
108 B
Rust
8 lines
108 B
Rust
//@ run-pass
|
|
//@ pretty-expanded FIXME #23616
|
|
|
|
/*
|
|
* This is a multi-line oldcomment.
|
|
*/
|
|
pub fn main() { }
|