Open
Description
Unfortunately it looks like the awesome changes in #38117 caused breakage while linking when a weird export name is used (probably due to the version script requiring ascii, or some other esoterica):
#[export_name="bad_∢"]
pub extern fn bad(i: usize) {}
NOTE haven't checked this particular version, but certain combinations of values cause linker error complaining about invalid chars in version script.