mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Rename def to alias.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// #target: macos-x64
|
||||
module test;
|
||||
|
||||
def FnA = fn void(int*);
|
||||
alias FnA = fn void(int*);
|
||||
|
||||
fn void func(int*) { }
|
||||
fn void main()
|
||||
|
||||
Reference in New Issue
Block a user