We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This program:
#include <stdio.h> int main(void) { printf ("%.0f %d\n", 1.0, 1); }
will print "1 1" when run on its own, but when run under retrace v2 would print "0 1"
The text was updated successfully, but these errors were encountered:
@riataman good find -- can we add a test for this?
Sorry, something went wrong.
I need to revamp the tests, I don't think we are running any tests for v2 right now.
No branches or pull requests
This program:
will print "1 1" when run on its own, but when run under retrace v2 would print "0 1"
The text was updated successfully, but these errors were encountered: