9 lines
68 B
Rust
9 lines
68 B
Rust
// pp-exact
|
|
|
|
enum foo {
|
|
bar, // a bar.
|
|
baz,
|
|
}
|
|
|
|
fn main() {}
|