Skip to content
Snippets Groups Projects
Commit 5eaf63a4 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] add test case for fixed bug.

parent 38cc60df
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,9 @@ int main(){ ...@@ -4,3 +4,9 @@ int main(){
} }
; // < NOP inserted ; // < NOP inserted
} }
void f() {
if (0) {
int b;
}
}
...@@ -11,4 +11,9 @@ int main(void) ...@@ -11,4 +11,9 @@ int main(void)
return __retres; return __retres;
} }
void f(void)
{
return;
}
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