Added test case

expression_parsing.sync-conflict-20210316-090018-O3W7KWN
Tristan B. V. Kildaire 2021-03-03 13:14:17 +02:00
parent c439b4792c
commit e5cb256e8a
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
void main(string hello)
{
print("Hello world");
}