6 lines
71 B
Rust
6 lines
71 B
Rust
|
|
|
|
enum taggy { foo(@taggy), bar, }
|
|
|
|
fn main() { assert (bar <= bar); }
|