Skip to content

Commit

Permalink
Merge pull request #3974 from quickfur/test6405
Browse files Browse the repository at this point in the history
Add test for worksforme bug 6405.
  • Loading branch information
yebblies committed Sep 11, 2014
2 parents ff051c6 + e5a6550 commit 48c8009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runnable/testsafe.d
Expand Up @@ -437,5 +437,8 @@ nothrow int g7803() {
return 3;
}

void foo6405(int[][] args...) @trusted { }
void test6405() @safe { foo6405([1,2,3], [1,2,3]); }

void main() { }

0 comments on commit 48c8009

Please sign in to comment.