add test
This commit is contained in:
parent
e772c28d2e
commit
0f924b86c4
1 changed files with 5 additions and 0 deletions
|
|
@ -107,6 +107,10 @@ fn fishy() {
|
|||
String::<>::from::<>("><>").chars::<>().rev::<>().collect::<String>());
|
||||
}
|
||||
|
||||
fn union() {
|
||||
union union<'union> { union: &'union union<'union>, }
|
||||
}
|
||||
|
||||
pub fn main() {
|
||||
strange();
|
||||
funny();
|
||||
|
|
@ -119,4 +123,5 @@ pub fn main() {
|
|||
dots();
|
||||
you_eight();
|
||||
fishy();
|
||||
union();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue