Pass 'function_pointer'
All checks were successful
CI / ci (MinSizeRel, ubuntu-latest) (push) Successful in 1m14s
CI / ci (RelWithDebInfo, ubuntu-latest) (push) Successful in 1m13s
CI / ci (Release, ubuntu-latest) (push) Successful in 1m15s
CI / ci (Debug, ubuntu-latest) (push) Successful in 6m38s

This commit is contained in:
David Gonzalez Martin 2025-06-12 17:54:38 -06:00
parent 101a3332cd
commit 3e39dc1c1c

View File

@ -11859,6 +11859,7 @@ names: [_][]u8 = [
"u1_return",
"local_type_inference",
"global",
"function_pointer",
];
[export] main = fn [cc(c)] (argument_count: u32, argv: &&u8, envp: &&u8) s32