Pass 'bits'

This commit is contained in:
David Gonzalez Martin 2025-06-12 18:37:46 -06:00
parent a99423417d
commit f8e1cecfa3

View File

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