Updated test case

This commit is contained in:
Tristan B. Velloza Kildaire 2021-11-09 18:27:01 +02:00
parent f0b0f83c45
commit 7dd8f2df75
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@ p=2+p;
void main()
{
int k =1;
k=k+1;
}