feat: implement M1 Ferro frontend
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
unit core;
|
||||
|
||||
pub error Error { Invalid = 1, Io = 2, }
|
||||
pub fn panic(msg: str, file: str, line: u32) { }
|
||||
pub fn assert(ok: bool) { }
|
||||
Reference in New Issue
Block a user