Add a test for #2003

This commit is contained in:
topecongiro 2017-09-28 20:15:33 +09:00
parent ee2b3b1529
commit c66560fee6
2 changed files with 15 additions and 0 deletions

View File

@ -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();
}
}

View File

@ -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();
}
}