Sign in
fuchsia
/
third_party
/
rust
/
972fef232ec0dd7a3f42091aa6f36cd68aeb3eef
/
.
/
tests
/
ui
/
macros
/
assert-long-condition.rs
blob: 1c067438432a67a300dd2bcf66b9620cd7823b8e [
file
] [
log
] [
blame
]
//@ run-fail
//@ check-run-results
//@ exec-env:RUST_BACKTRACE=0
// ignore-tidy-linelength
fn
main
()
{
assert
!(
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
==
0
);
}