6 lines
39 B
Rust
6 lines
39 B
Rust
|
struct T;
|
||
|
|
||
|
impl for T {}
|
||
|
|
||
|
fn main() {}
|