Pass 'extern'

This commit is contained in:
David Gonzalez Martin 2025-06-12 17:56:35 -06:00
parent 3e39dc1c1c
commit a087161ef4

View File

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