Skip to content
Snippets Groups Projects
Commit 7808e7cf authored by Petr Rockai's avatar Petr Rockai
Browse files

test: Add a regression test for memory leaks caused by stdio tracing.

parent 46993cad
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
/* EXPECT: --trace non-zero --symbol _Exit --result error */
int main()
{
printf( "foobar: %d\n", 0 );
return 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment