rust-clippy/tests/ui/crashes/ice-7869.rs

8 lines
78 B
Rust
Raw Normal View History

enum Tila {
TyöAlkoi,
TyöKeskeytyi,
TyöValmis,
}
fn main() {}