mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Support "typedef"
This commit is contained in:
committed by
Christoffer Lerno
parent
b7e19b75d0
commit
df77b692d6
@@ -32,7 +32,7 @@ macro Callback get_callback2()
|
||||
|
||||
module bar;
|
||||
import foo;
|
||||
define Callback = fn int();
|
||||
typedef Callback = fn int();
|
||||
|
||||
macro Callback get_callback()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user