Pass 'not_pointer'

This commit is contained in:
David Gonzalez Martin 2025-06-12 18:35:36 -06:00
parent 96599666b0
commit a99423417d

View File

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