Pass 'byte_size'

This commit is contained in:
David Gonzalez Martin 2025-06-12 17:59:44 -06:00
parent a087161ef4
commit 1a9de62e4b

View File

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