This commit is contained in:
David Gonzalez Martin 2025-04-21 19:59:02 -06:00
parent 2be7142608
commit 3ca318bdf4
2 changed files with 302 additions and 235 deletions

File diff suppressed because it is too large Load Diff

6
tests/basic_macro.bbb Normal file
View File

@ -0,0 +1,6 @@
add = macro (a: u32, a: u32) u32 => a + b
[export] main = fn [cc(c)] () s32
{
return 0;
}