Skip to content
Snippets Groups Projects
Commit e79f141a authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix undefined behaviour test

parent 23b9eb61
No related branches found
No related tags found
No related merge requests found
Pipeline #72899 passed with warnings
......@@ -16,7 +16,7 @@ int UndefinedBehaviour::undefined_behaviour ( ) {
int a = 5;
int* b = ( int* ) ( ( ( size_t ) &a ) + 1 );
 
return i;
return * b;
}
 
} /* namespace debug */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment