Pass 'assignment_operators'

This commit is contained in:
David Gonzalez Martin 2025-06-12 18:34:42 -06:00
parent d695e87c16
commit 96599666b0

View File

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