mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Rename def to alias.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
module test;
|
||||
import std::io;
|
||||
|
||||
def Callback1 = fn double(double x);
|
||||
def Callback2 = fn int(int y);
|
||||
alias Callback1 = fn double(double x);
|
||||
alias Callback2 = fn int(int y);
|
||||
|
||||
macro test2(y)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user