Updated test case

expression_parsing.sync-conflict-20210316-090018-O3W7KWN
Tristan B. V. Kildaire 2021-03-03 17:44:16 +02:00
parent 9b3440190b
commit bd656b9809
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
int x;
ubyte y;
ubyte k = 1;
ubyte k = 1+1;
void main(int hello, ubyte bruh)
{
@ -17,6 +17,10 @@ void main(int hello, ubyte bruh)
if(1)
{
int x;
ubyte y;
ubyte k = 1+1;
int bababooey;
}
}
}