mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-08-27 20:00:03 -04: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|}
|
|
|