Added regression test for #53.
This commit is contained in:
parent
5286663fe2
commit
837dadd5aa
1 changed files with 5 additions and 0 deletions
|
@ -57,3 +57,8 @@ pub fn render<'a,
|
|||
-> io::Result<()> {
|
||||
render_opts(g, w, &[])
|
||||
}
|
||||
|
||||
fn main() {
|
||||
let _ = function(move || 5);
|
||||
let _ = move || 42;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue