What does an expression look like, that consists only of special characters?
This commit is contained in:
parent
9823cb99c5
commit
de12d437c9
1 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,12 @@ fn union() {
|
|||
union union<'union> { union: &'union union<'union>, }
|
||||
}
|
||||
|
||||
fn special_characters() {
|
||||
let val = !((|(..):(_,_),__@_|__)((&*"\\",'@')/**/,{})=={&[..=..][..];})//
|
||||
;
|
||||
assert!(!val);
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
strange();
|
||||
funny();
|
||||
|
|
Loading…
Add table
Reference in a new issue