mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-13 18:37:33 +00:00
Add a test for #2003
This commit is contained in:
parent
ee2b3b1529
commit
c66560fee6
@ -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…
Reference in New Issue
Block a user