1
Fork 0

Merge commit '8332329f83' into sync_cg_clif-2025-02-07

This commit is contained in:
bjorn3 2025-02-07 20:58:27 +00:00
commit cac271fd38
12 changed files with 97 additions and 71 deletions

View file

@ -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"]