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 3956d75 commit f10ab30Copy full SHA for f10ab30
doc/cprover-manual/properties.md
@@ -243,10 +243,10 @@ int do_something_with_complex(struct Complex *complex);
243
And the command line
244
245
```
246
- goto-instrument in.goto out.goto
247
- --generate-function-body do_something_with_complex
248
- --generate-function-body-options
249
- 'havoc,params:.*,globals:AGlobalComplex'
+goto-instrument in.goto out.goto
+ --generate-function-body do_something_with_complex
+ --generate-function-body-options
+ 'havoc,params:.*,globals:AGlobalComplex'
250
251
252
The goto code equivalent of the following will be generated:
0 commit comments