mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Address/memory/thread sanitizer.
This commit is contained in:
committed by
Christoffer Lerno
parent
d54468d7ed
commit
59ed118e66
@@ -19,6 +19,8 @@ fault SearchResult { MISSING }
|
||||
**/
|
||||
fault CastResult { TYPE_MISMATCH }
|
||||
|
||||
def VoidFn = fn void();
|
||||
|
||||
/**
|
||||
* Stores a variable on the stack, then restores it at the end of the
|
||||
* macro scope.
|
||||
|
||||
Reference in New Issue
Block a user