mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
12 lines
193 B
C
12 lines
193 B
C
macro foo(a, $b, $Type) {}
|
|
|
|
macro @foo2(a, $b, $Type) {}
|
|
|
|
macro bar(&x) // #error: non-function
|
|
{}
|
|
|
|
macro baz(#y) {} // #error: non-function
|
|
|
|
macro baz2(a; @body()) {} // #error: non-function
|
|
|