mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
add test
This commit is contained in:
parent
e772c28d2e
commit
0f924b86c4
@ -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…
Reference in New Issue
Block a user