Merge commit '8332329f83
' into sync_cg_clif-2025-02-07
This commit is contained in:
commit
cac271fd38
12 changed files with 97 additions and 71 deletions
|
@ -274,7 +274,7 @@ fn main() {
|
|||
|
||||
assert_eq!(((|()| 42u8) as fn(()) -> u8)(()), 42);
|
||||
|
||||
#[cfg(not(any(jit, windows)))]
|
||||
#[cfg(not(any(jit, target_vendor = "apple", windows)))]
|
||||
{
|
||||
extern "C" {
|
||||
#[linkage = "extern_weak"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue