mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-03 17:48:21 +00:00
9 lines
66 B
Rust
9 lines
66 B
Rust
// check-pass
|
|
|
|
fn main() {}
|
|
|
|
#[cfg(FALSE)]
|
|
impl X {
|
|
fn f();
|
|
}
|