Updated test case

exception_except
Tristan B. V. Kildaire 2021-03-16 13:34:11 +02:00
parent 81a4c0537b
commit 034129162f
1 changed files with 35 additions and 0 deletions

View File

@ -75,7 +75,42 @@ void main(int hello, byte d)
void k(int j, int k)
{
ubyte thing = "Hello";
print("Hello world");
print(1+1);
print(1+1);
ubyte eish = 1+1;
ubyte poes = ((1+1));
if(1+1)
{
if(1)
{
if((1))
{
print("Hello");
}
print("Hello");
}
}
if(((2)))
{
print(1+1);
}
if(2+222222/2)
{
while(1)
{
while(2+2)
{
}
}
}
}