wip
This commit is contained in:
parent
2be7142608
commit
2dc7a1cf73
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 @@
|
|||||||
|
sub = macro (a: s32, b: s32) s32
|
||||||
|
{
|
||||||
|
return a - b;
|
||||||
|
}
|
||||||
|
|
||||||
|
[export] main = fn [cc(c)] () s32
|
||||||
|
{
|
||||||
|
return sub(1, 1);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user