Add a test for #2003
This commit is contained in:
parent
ee2b3b1529
commit
c66560fee6
2 changed files with 15 additions and 0 deletions
|
|
@ -52,3 +52,10 @@ pub fn waltz(cwd: &Path) -> CliAssert {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// #2003
|
||||
mod foo {
|
||||
fn __bindgen_test_layout_i_open0_c_open1_char_a_open2_char_close2_close1_close0_instantiation() {
|
||||
foo();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,3 +93,11 @@ pub fn waltz(cwd: &Path) -> CliAssert {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// #2003
|
||||
mod foo {
|
||||
fn __bindgen_test_layout_i_open0_c_open1_char_a_open2_char_close2_close1_close0_instantiation()
|
||||
{
|
||||
foo();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue