wip
This commit is contained in:
parent
2be7142608
commit
655c1e46b4
File diff suppressed because it is too large
Load Diff
9
tests/basic_macro.bbb
Normal file
9
tests/basic_macro.bbb
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
add = macro (a: u32, b: u32) u32
|
||||||
|
{
|
||||||
|
return a + b;
|
||||||
|
}
|
||||||
|
|
||||||
|
[export] main = fn [cc(c)] () s32
|
||||||
|
{
|
||||||
|
return add(1, 2);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user