/src/test/run-pass/box-compare.rs
Rust | 7 lines | 5 code | 2 blank | 0 comment | 1 complexity | 0598fc7cd671c4564f758aa23bbc45a9 MD5 | raw file
1 2 3fn main() { 4 assert (@1 < @3); 5 assert (@@~"hello " > @@~"hello"); 6 assert (@@@~"hello" != @@@~"there"); 7}