more tests

This commit is contained in:
Oliver Schneider
2016-03-29 10:44:35 +02:00
parent 96be287f12
commit be7288303a
+2
View File
@@ -76,4 +76,6 @@ fn equality_stuff() {
//|~ HELP it would look like the following
//|~ SUGGESTION let _ = false;
let _ = a > b && a == b;
let _ = a != b || !(a != b || c == d);
}