mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +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|}
|
|
|