mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
committed by
GitHub
parent
4a50de8318
commit
cc9ca35e04
@@ -159,6 +159,14 @@ macro void unsupported(String string = "Unsupported function invoked") @builtin
|
||||
$$unreachable();
|
||||
}
|
||||
|
||||
/**
|
||||
* Unconditionally break into an attached debugger when reached.
|
||||
**/
|
||||
macro void breakpoint() @builtin
|
||||
{
|
||||
$$breakpoint();
|
||||
}
|
||||
|
||||
macro any_make(void* ptr, typeid type) @builtin
|
||||
{
|
||||
return $$any_make(ptr, type);
|
||||
|
||||
Reference in New Issue
Block a user