Add a better test for issue 490

This commit is contained in:
Hackerpilot 2020-06-11 03:12:49 -07:00
parent f37f2b4622
commit df7f72d79f
3 changed files with 21 additions and 0 deletions

View File

@ -4,3 +4,10 @@ void foo()
.asdf // blah .asdf // blah
.flub; .flub;
} }
void foo() // hello
{ // world
// ok
writeln("hi"); // hi!
} // done
//finish

View File

@ -4,3 +4,10 @@ void foo()
.asdf // blah .asdf // blah
.flub; .flub;
} }
void foo() // hello
{ // world
// ok
writeln("hi"); // hi!
} // done
//finish

View File

@ -3,3 +3,10 @@ void foo() {
.asdf // blah .asdf // blah
.flub; .flub;
} }
void foo() // hello
{ // world
// ok
writeln("hi"); // hi!
} // done
//finish