Skip to content
Snippets Groups Projects
Commit 2855078b authored by Alban Gruin's avatar Alban Gruin
Browse files

Add patches to show the result at the end of each bench


Signed-off-by: default avatarAlban Gruin <alban.gruin@irit.fr>
parent 65ebaf89
No related branches found
No related tags found
No related merge requests found
@@
expression A;
@@
int main(...)
{
+ int res;
...
- return A;
+ res = A;
+ print_int(res);
+ return res;
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment