We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdb7df commit a13edbfCopy full SHA for a13edbf
unittests/data/test_array_argument.hpp
@@ -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