7 lines
59 B
Rust
7 lines
59 B
Rust
#![allow(unused)]
|
|
|
|
#[cfg(all())]
|
|
fn all() {}
|
|
|
|
fn main() {}
|