mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Removed func and rewrote typedefs.
This commit is contained in:
committed by
Christoffer Lerno
parent
90c988cc1f
commit
1f676c135c
@@ -1,7 +1,7 @@
|
||||
|
||||
typedef func int(int) as Func;
|
||||
define Func = func int(int);
|
||||
|
||||
typedef func int(Foo*, int) as Func2;
|
||||
define Func2 = func int(Foo*, int);
|
||||
|
||||
struct Foo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user