We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21bcb5 commit b642e7fCopy full SHA for b642e7f
docs/cpp2/contracts.md
@@ -122,4 +122,6 @@ call_my_framework: (msg: * const char) = {
122
<< msg << "]\n";
123
exit(0);
124
}
125
+// Prints:
126
+// sending error to my framework... [this is a test, this is only a test]
127
```
0 commit comments