Skip to content

Commit a13edbf

Browse files
committed
added "test_array_argument" test to accompany PR CastXML#194
1 parent efdb7df commit a13edbf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright 2014-2017 Insight Software Consortium.
2+
// Copyright 2004-2009 Roman Yakovenko.
3+
// Distributed under the Boost Software License, Version 1.0.
4+
// See http://www.boost.org/LICENSE_1_0.txt
5+
6+
class test
7+
{
8+
public:
9+
// A constructor
10+
test(const float & t0){};
11+
12+
void function(int arg1[1024], int arg2[512]) {};
13+
};

0 commit comments

Comments
 (0)