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