Skip to content

Commit

Permalink
Copy a file over so that it gets counted towards code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed Sep 24, 2020
1 parent 264b4b3 commit 549cee6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/pass_files/named_arguments.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
void main()
{
a(100);
b(x: 100);
c(x: 100, y: 200);
d!(a: "a", b: "b")("c");
}

0 comments on commit 549cee6

Please sign in to comment.