Updated test case to double check that complex examples would be correctly processed

This commit is contained in:
Tristan B. Velloza Kildaire 2022-10-15 17:18:27 +02:00
parent 31c52c0beb
commit c9dcf58911
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module simple_variables;
int x = 1;
int x = 1+2;
int y = 2;