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 e7ebe4e commit 773d932Copy full SHA for 773d932
test/regression/Issue1028/Main.hx
@@ -0,0 +1,7 @@
1
+class Main {
2
+ static function main() {
3
+ var array:Array<Int> = [];
4
+ cpp.Pointer.ofArray(array);
5
+ trace(array.length);
6
+ }
7
+}
test/regression/Issue1028/build.hxml
@@ -0,0 +1,2 @@
+--cpp bin
+-m Main
test/regression/Issue1028/stdout.txt
@@ -0,0 +1 @@
+Main.hx:5: 0
0 commit comments