Added new test cases

expression_parsing.sync-conflict-20210316-090018-O3W7KWN
Tristan B. V. Kildaire 2021-03-03 18:09:58 +02:00
parent bd656b9809
commit 7a2ee46cdb
2 changed files with 28 additions and 1 deletions

View File

@ -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)
{

View File

@ -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;
}
}
}
}