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