Added some test cases

This commit is contained in:
Tristan B. Velloza Kildaire 2021-04-01 14:30:33 +02:00
parent 92228ab583
commit 21cef84983
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
module x;
int x;

View File

@ -0,0 +1,8 @@
module x;
int y;
void y()
{
}