mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-07 18:50:06 +00:00
9 lines
159 B
JavaScript
9 lines
159 B
JavaScript
const EXPECTED = [
|
|
{
|
|
'query': 'c_float -> c_float',
|
|
'others': [
|
|
{ 'path': 'extern_func', 'name': 'sqrt' }
|
|
],
|
|
},
|
|
];
|