Added new test cases
parent
bd656b9809
commit
7a2ee46cdb
|
@ -10,7 +10,7 @@ void main(int hello, ubyte bruh)
|
|||
|
||||
ubyte k = 1;
|
||||
|
||||
if(1+1+21211)
|
||||
if(1+1+21211+)
|
||||
{
|
||||
if(1-2+3*9939/3)
|
||||
{
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
int x;
|
||||
ubyte y;
|
||||
|
||||
ubyte k = 1+1;
|
||||
|
||||
void main(int hello, ubyte bruh)
|
||||
{
|
||||
int x;
|
||||
ubyte y;
|
||||
|
||||
ubyte k = 1;
|
||||
|
||||
if(1+1+21211)
|
||||
{
|
||||
if(1-2+3*9939/3)
|
||||
{
|
||||
if(1)
|
||||
{
|
||||
int x;
|
||||
ubyte y;
|
||||
|
||||
ubyte k = 1+1;
|
||||
int bababooey;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue