mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 20:47:36 +00:00
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
1| 1|fn main() {
|
|
2| 1| if false {
|
|
3| 0| loop {}
|
|
4| 1| }
|
|
5| 1|}
|
|
|